Update 99-run.sh

This commit is contained in:
Alexandre
2023-09-07 22:50:46 +02:00
committed by GitHub
parent 78976d0b26
commit 9326ae0400

View File

@@ -23,7 +23,7 @@ fi
# Creating config location
mkdir -p "$PGDATA"
chown -R postgres:postgres "$PGDATA"
chmod 1777 "$PGDATA"
chmod 777 "$PGDATA"
# Permissions
chmod -R 777 "$CONFIG_HOME"