1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-07-25 12:22:02 +03:00
This commit is contained in:
Andrew Grekov
2019-11-21 19:21:41 +03:00
committed by Tianon Gravi
parent 50ea342253
commit b6a3881e30

View File

@ -32,7 +32,7 @@ _is_sourced() {
&& [ "${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() {
local user; user="$(id -u)"