Merge pull request #22 from zenjabba/patch-1

Update 40-postgres.sh
This commit is contained in:
oznu
2019-01-18 20:22:15 +11:00
committed by GitHub
+2
View File
@@ -1,6 +1,8 @@
#!/usr/bin/with-contenv sh
mkdir -p /config/postgres
mkdir -p /var/run/postgresql
chown postgres:postgres /var/run/postgresql
chown -R postgres:postgres /config/postgres
chmod 0700 /config/postgres