aboutsummaryrefslogtreecommitdiffstats
path: root/standalone/src/main/assembly/bin/run.sh
diff options
context:
space:
mode:
authorhekeguang <hekeguang@chinamobile.com>2020-03-10 20:33:04 +0800
committerhekeguang <hekeguang@chinamobile.com>2020-03-10 20:33:45 +0800
commitfb2de9c6846507e8ee8ea12d59d75212bfbd1271 (patch)
treee25dc433328ab275ebcb2f744bf9bd66ff722815 /standalone/src/main/assembly/bin/run.sh
parentaedfcf68e086e3ca13b108bc344821f15a0e3540 (diff)
Modify the startup related scripts to support the no root startup of the container!2.0.2
Issue-ID: USECASEUI-402 Change-Id: I96ee14d885b16a32b5539b803537c08d568ac080 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
Diffstat (limited to 'standalone/src/main/assembly/bin/run.sh')
-rw-r--r--standalone/src/main/assembly/bin/run.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/standalone/src/main/assembly/bin/run.sh b/standalone/src/main/assembly/bin/run.sh
index a80b0b01..bb0789b9 100644
--- a/standalone/src/main/assembly/bin/run.sh
+++ b/standalone/src/main/assembly/bin/run.sh
@@ -24,7 +24,6 @@ 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 uui
echo "usecase-ui database init script finished normally..."