summaryrefslogtreecommitdiffstats
path: root/standalone/src/main/assembly/bin/run.sh
diff options
context:
space:
mode:
authorxu ran <xuranyjy@chinamobile.com>2020-03-10 12:56:07 +0000
committerGerrit Code Review <gerrit@onap.org>2020-03-10 12:56:07 +0000
commit3e83f2710cd06e28624dbe4246381c2c648030e8 (patch)
treeef62338429841099f82aeb69c6e899da0a603fd5 /standalone/src/main/assembly/bin/run.sh
parent0c3903d9da8695364a4a564f9344707b66b28002 (diff)
parentfb2de9c6846507e8ee8ea12d59d75212bfbd1271 (diff)
Merge "Modify the startup related scripts to support the no root startup of the container!"
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..."