fix script

This commit is contained in:
2025-03-17 13:28:39 +04:00
parent dbfcda72d8
commit c9623ed8ab

View File

@@ -121,8 +121,8 @@ in
echo "PostgreSQL initdb process completed"
echo
fi
substituteAllInPlace $PGDATA/postgresql.conf
cp ${configFile} $PGDATA/postgresql.conf
substituteAllInPlace "$PGDATA"/postgresql.conf
cp ${configFile} "$PGDATA"/postgresql.conf
if [[ "$POSTGRES_RUN_INITIAL_SCRIPT" == "true" ]]; then
echo
echo "PostgreSQL is setting up the initial database"