aboutsummaryrefslogtreecommitdiffstats
path: root/standalone/src/main/assembly/bin
diff options
context:
space:
mode:
authorguochuyicmri <guochuyi@chinamobile.com>2019-04-16 22:37:26 +0800
committerguochuyicmri <guochuyi@chinamobile.com>2019-04-16 22:37:28 +0800
commit209c7f2cc8678cbb67b9e9f46f2893a7e0c422c9 (patch)
tree135dabd18290b0abf5e1f677fc886e8d06ef11d3 /standalone/src/main/assembly/bin
parent2ab776ce04fd45c07d8918fdcb131b9b123250e5 (diff)
Upgrade uui-server database to postgreSQL
Change-Id: I693d644b01817e2a16f82113567bcfd57e78feda 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.sh2
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 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"