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 "PostgreSQL initdb process completed"
echo echo
fi fi
substituteAllInPlace $PGDATA/postgresql.conf substituteAllInPlace "$PGDATA"/postgresql.conf
cp ${configFile} $PGDATA/postgresql.conf cp ${configFile} "$PGDATA"/postgresql.conf
if [[ "$POSTGRES_RUN_INITIAL_SCRIPT" == "true" ]]; then if [[ "$POSTGRES_RUN_INITIAL_SCRIPT" == "true" ]]; then
echo echo
echo "PostgreSQL is setting up the initial database" echo "PostgreSQL is setting up the initial database"