We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50ea342 commit b6a3881Copy full SHA for b6a3881
docker-entrypoint.sh
@@ -32,7 +32,7 @@ _is_sourced() {
32
&& [ "${FUNCNAME[1]}" = 'source' ]
33
}
34
35
-# 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
36
docker_create_db_directories() {
37
local user; user="$(id -u)"
38
0 commit comments