From 209c7f2cc8678cbb67b9e9f46f2893a7e0c422c9 Mon Sep 17 00:00:00 2001 From: guochuyicmri Date: Tue, 16 Apr 2019 22:37:26 +0800 Subject: Upgrade uui-server database to postgreSQL Change-Id: I693d644b01817e2a16f82113567bcfd57e78feda Issue-ID: USECASEUI-236 Signed-off-by: guochuyicmri --- standalone/src/main/assembly/bin/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'standalone/src/main/assembly/bin') diff --git a/standalone/src/main/assembly/bin/run.sh b/standalone/src/main/assembly/bin/run.sh index 679fc208..a80b0b01 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 127.0.0.1 5432 postgres postgres postgres +source $dbScript 127.0.0.1 5432 postgres uui echo "usecase-ui database init script finished normally..." JAVA_PATH="$JAVA_HOME/bin/java" -- cgit 1.2.3-korg