From b6a3881e30c41e9c3f99a583eda060fef227f045 Mon Sep 17 00:00:00 2001 From: Andrew Grekov Date: Thu, 21 Nov 2019 19:21:41 +0300 Subject: [PATCH] typo fix --- docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)"