Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 10/alpine/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"

Expand Down
2 changes: 1 addition & 1 deletion 10/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"

Expand Down
2 changes: 1 addition & 1 deletion 11/alpine/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"

Expand Down
2 changes: 1 addition & 1 deletion 11/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"

Expand Down
2 changes: 1 addition & 1 deletion 12/alpine/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"

Expand Down
2 changes: 1 addition & 1 deletion 12/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"

Expand Down
2 changes: 1 addition & 1 deletion 9.4/alpine/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"

Expand Down
2 changes: 1 addition & 1 deletion 9.4/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"

Expand Down
2 changes: 1 addition & 1 deletion 9.5/alpine/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"

Expand Down
2 changes: 1 addition & 1 deletion 9.5/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"

Expand Down
2 changes: 1 addition & 1 deletion 9.6/alpine/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"

Expand Down
2 changes: 1 addition & 1 deletion 9.6/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"

Expand Down
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"

Expand Down