From 523be3f632b29e0faf9f9fce4e5dc0aad0a36946 Mon Sep 17 00:00:00 2001 From: zhangab Date: Tue, 29 May 2018 18:58:51 +0800 Subject: improve sonar coverage for uui-server Change-Id: I109f23e9598573db36d8cfe2a21d9d35f11b0f0e Issue-ID: USECASEUI-123 Signed-off-by: zhangab --- standalone/src/main/assembly/bin/run.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'standalone/src/main/assembly/bin') 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 -- cgit 1.2.3-korg