diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2019-04-16 10:08:08 +0800 |
---|---|---|
committer | guochuyicmri <guochuyi@chinamobile.com> | 2019-04-16 10:08:09 +0800 |
commit | 2ab776ce04fd45c07d8918fdcb131b9b123250e5 (patch) | |
tree | 50105b457bac87266b4f65232b03bff3dd766dca /standalone/src/main/assembly/bin | |
parent | b86524dbd0d7ed1831031f682e8c3a081d57ad1f (diff) |
Upgrade uui-server database to postgreSQL
Change-Id: I0cc146be21d3dc4cddbb635cdca931640f2c66f0
Issue-ID: USECASEUI-236
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'standalone/src/main/assembly/bin')
-rw-r--r-- | standalone/src/main/assembly/bin/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/src/main/assembly/bin/run.sh b/standalone/src/main/assembly/bin/run.sh index 57b49897..679fc208 100644 --- a/standalone/src/main/assembly/bin/run.sh +++ b/standalone/src/main/assembly/bin/run.sh @@ -25,7 +25,7 @@ sleep 10 echo "usecase-ui database init script start..." dbScript="$main_path/resources/bin/initDB.sh" chmod 755 $dbScript -source $dbScript postgres postgres 127.0.0.1 5432 postgres +source $dbScript 127.0.0.1 5432 postgres postgres postgres echo "usecase-ui database init script finished normally..." JAVA_PATH="$JAVA_HOME/bin/java" |