From bc68230b7c642c501c2e60383b4d74ffe2f1fe7a Mon Sep 17 00:00:00 2001 From: guochuyicmri Date: Wed, 17 Apr 2019 11:45:37 +0800 Subject: Upgrade uui-server database to postgreSQL Change-Id: Ib43c826866d99ad18b3c343b9dc01a4c5d921cdf Issue-ID: USECASEUI-236 Signed-off-by: guochuyicmri --- standalone/src/main/assembly/resources/bin/initDB.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone/src/main/assembly/resources/bin/initDB.sh b/standalone/src/main/assembly/resources/bin/initDB.sh index baa06724..ad9dac27 100644 --- a/standalone/src/main/assembly/resources/bin/initDB.sh +++ b/standalone/src/main/assembly/resources/bin/initDB.sh @@ -23,7 +23,7 @@ user_pg=$3 user_uui=$4 echo "setting postgres database password" -su - $user <