aboutsummaryrefslogtreecommitdiffstats
path: root/standalone
diff options
context:
space:
mode:
authorzhangab <zhanganbing@chinamobile.com>2018-05-29 18:58:51 +0800
committerzhangab <zhanganbing@chinamobile.com>2018-05-29 19:33:19 +0800
commit523be3f632b29e0faf9f9fce4e5dc0aad0a36946 (patch)
treebc49e8377318e767a5cfeb0a3b3e135e603d7adb /standalone
parent9898020025e33215e1c395975e42d8a690c57c3b (diff)
improve sonar coverage for uui-serverv1.1.12.0.0-ONAPbeijing2.0.0-ONAP
Change-Id: I109f23e9598573db36d8cfe2a21d9d35f11b0f0e Issue-ID: USECASEUI-123 Signed-off-by: zhangab <zhanganbing@chinamobile.com>
Diffstat (limited to 'standalone')
-rw-r--r--standalone/src/main/assembly/bin/run.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/standalone/src/main/assembly/bin/run.sh b/standalone/src/main/assembly/bin/run.sh
index 25a83d59..95850849 100644
--- a/standalone/src/main/assembly/bin/run.sh
+++ b/standalone/src/main/assembly/bin/run.sh
@@ -21,8 +21,10 @@ echo @RUNHOME@ $RUNHOME
echo "Starting mysql"
service mysql start
-sleep 100
+sleep 10
+echo "grep initDB status"
+ps -fe | grep initDB.sh
SCRIPT="/home/uui/resources/bin/initDB.sh"
chmod 755 $SCRIPT
$SCRIPT root root 3306 127.0.0.1