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 # Creating config location
mkdir -p "$PGDATA" mkdir -p "$PGDATA"
chown -R postgres:postgres "$PGDATA" chown -R postgres:postgres "$PGDATA"
chmod 1777 "$PGDATA" chmod 777 "$PGDATA"
# Permissions # Permissions
chmod -R 777 "$CONFIG_HOME" chmod -R 777 "$CONFIG_HOME"