mirror of
https://github.com/jwetzell/docker-guacamole.git
synced 2026-09-10 08:39:35 +00:00
force postgres ownership recursively
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/with-contenv sh
|
#!/usr/bin/with-contenv sh
|
||||||
|
|
||||||
mkdir -p /config/postgres
|
mkdir -p /config/postgres
|
||||||
chown postgres:postgres /config/postgres
|
chown -R postgres:postgres /config/postgres
|
||||||
chmod 0700 /config/postgres
|
chmod 0700 /config/postgres
|
||||||
|
|
||||||
if [ -e /config/postgres/postgresql.conf ]; then
|
if [ -e /config/postgres/postgresql.conf ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user