diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 6c4f2bfbf8..81564611fc 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -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)"