summaryrefslogtreecommitdiffstats
path: root/standalone/src/main/assembly/bin
diff options
context:
space:
mode:
authorzhangab <zhanganbing@chinamobile.com>2018-05-22 20:38:13 +0800
committerzhangab <zhanganbing@chinamobile.com>2018-05-22 20:38:19 +0800
commitdc2700619b3a2063ce143d8bbee0c3a809947209 (patch)
tree9dcf176017ebb676b8b5cf98a0a17de19ebba780 /standalone/src/main/assembly/bin
parent6f2e84fe6337e457e7503fc8d7fc80528a11b416 (diff)
fix alarm and performance analysis bug
Change-Id: Idf0e7eed078e9e4de65529f94aa05786276d0d40 Issue-ID: USECASEUI-119 Signed-off-by: zhangab <zhanganbing@chinamobile.com>
Diffstat (limited to 'standalone/src/main/assembly/bin')
-rw-r--r--standalone/src/main/assembly/bin/run.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/standalone/src/main/assembly/bin/run.sh b/standalone/src/main/assembly/bin/run.sh
index d90e777e..08d659cf 100644
--- a/standalone/src/main/assembly/bin/run.sh
+++ b/standalone/src/main/assembly/bin/run.sh
@@ -22,10 +22,14 @@ echo @RUNHOME@ $RUNHOME
echo "Starting mysql"
service mysql start
sleep 10
+echo "run.sh 1"
SCRIPT="/home/uui/resources/bin/initDB.sh"
+echo "run.sh 2"
chmod 755 $SCRIPT
+echo "run.sh 3"
$SCRIPT root root 3306 127.0.0.1
+echo "run.sh 4"
echo @JAVA_HOME@ $JAVA_HOME
JAVA="$JAVA_HOME/bin/java"