diff options
Diffstat (limited to 'engine-d-standalone/src/main')
-rw-r--r-- | engine-d-standalone/src/main/assembly/bin/initDB.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine-d-standalone/src/main/assembly/bin/initDB.sh b/engine-d-standalone/src/main/assembly/bin/initDB.sh index cc27b09..2e5d605 100644 --- a/engine-d-standalone/src/main/assembly/bin/initDB.sh +++ b/engine-d-standalone/src/main/assembly/bin/initDB.sh @@ -51,7 +51,7 @@ psql -U "$user" -p "$port" -h "$host" -d "$dbname" -f $main_path/dbscripts/postg psql -U "$user" -p "$port" -h "$host" -d "$dbname" --command 'select * from alarm_info;' sql_result=$? -if [ $need_unset = 1 ]; then +if [ "$need_unset"x == "1"x ]; then unset PGPASSWORD fi |