diff options
author | zhangab <zhanganbing@chinamobile.com> | 2018-05-29 18:58:51 +0800 |
---|---|---|
committer | zhangab <zhanganbing@chinamobile.com> | 2018-05-29 19:33:19 +0800 |
commit | 523be3f632b29e0faf9f9fce4e5dc0aad0a36946 (patch) | |
tree | bc49e8377318e767a5cfeb0a3b3e135e603d7adb /standalone/src/main/assembly/bin | |
parent | 9898020025e33215e1c395975e42d8a690c57c3b (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/src/main/assembly/bin')
-rw-r--r-- | standalone/src/main/assembly/bin/run.sh | 4 |
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 |