You've already forked postgres
mirror of
https://github.com/docker-library/postgres.git
synced 2025-07-26 23:21:10 +03:00
typo fix
This commit is contained in:
committed by
Tianon Gravi
parent
50ea342253
commit
b6a3881e30
@ -32,7 +32,7 @@ _is_sourced() {
|
|||||||
&& [ "${FUNCNAME[1]}" = 'source' ]
|
&& [ "${FUNCNAME[1]}" = 'source' ]
|
||||||
}
|
}
|
||||||
|
|
||||||
# used to create initial posgres directories and if run as root, ensure ownership to the "postgres" user
|
# used to create initial postgres directories and if run as root, ensure ownership to the "postgres" user
|
||||||
docker_create_db_directories() {
|
docker_create_db_directories() {
|
||||||
local user; user="$(id -u)"
|
local user; user="$(id -u)"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user