fix script
This commit is contained in:
4
lib.nix
4
lib.nix
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user