diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2021-03-25 19:47:46 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2021-03-25 19:55:24 +0800 |
commit | 09da4ec1f7a52fa293370304ef491aa88025f4df (patch) | |
tree | b44de463f04a4260cb3f1bbf72b1e4840d4e62ce /rulemgt-standalone/src/main/assembly/bin/initDB.sh | |
parent | 50116267136cc62ac1cc58dc112c89dea3553638 (diff) |
Replace the UI Certs1.3.2
Change-Id: I4012f7f500e37773c1b00516a6495c224789a47e
Issue-ID: HOLMES-428
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'rulemgt-standalone/src/main/assembly/bin/initDB.sh')
-rw-r--r-- | rulemgt-standalone/src/main/assembly/bin/initDB.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rulemgt-standalone/src/main/assembly/bin/initDB.sh b/rulemgt-standalone/src/main/assembly/bin/initDB.sh index 88c2022..3da96e9 100644 --- a/rulemgt-standalone/src/main/assembly/bin/initDB.sh +++ b/rulemgt-standalone/src/main/assembly/bin/initDB.sh @@ -45,8 +45,8 @@ if [ -z `env | grep PGPASSWORD` ]; then need_unset=1 fi -psql -U "$user" -p "$port" -h "$host" -d "$dbname" -f $main_path/dbscripts/postgresql/onap-holmes_rulemgt-createobj.sql -psql -U "$user" -p "$port" -h "$host" -d "$dbname" --command 'select * from aplus_rule;' +psql -U "'$user'" -p "'$port'" -h "'$host'" -d "'$dbname'" -f $main_path/dbscripts/postgresql/onap-holmes_rulemgt-createobj.sql +psql -U "'$user'" -p "'$port'" -h "'$host'" -d "'$dbname'" --command 'select * from aplus_rule;' sql_result=$? if [ "$need_unset"x == "1"x ]; then |