This commit is contained in:
Andrew Grekov 2019-11-21 19:21:41 +03:00 committed by Tianon Gravi
parent 50ea342253
commit b6a3881e30
1 changed files with 1 additions and 1 deletions

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)"