Skip to content

Commit 883307e

Browse files
committed
3.3.0pre
1 parent 94ef3c8 commit 883307e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rootfs/container/functions/10-postgres

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
postgres_bootstrap_filesystem() {
66
create_folder \
77
"${CERT_PATH},\
8-
${LOG_PATH}, \
9-
/etc/postgres"
8+
${LOG_PATH}" \
109
postgres:postgres 755
1110

1211
if [ -n "${CONFIG_PATH}" ] ; then
1312
create_folder \
1413
"${CONFIG_PATH}" \
15-
postgres:postgres 755
14+
postgres:postgres 750
1615
fi
1716

1817
create_folder \
19-
"${DATA_PATH},\
18+
"/etc/postgres,\
19+
${DATA_PATH},\
2020
${WAL_PATH},\
2121
/var/run/postgresql" \
2222
postgres:postgres 700

0 commit comments

Comments
 (0)