diff options
author | zhangab <zhanganbing@chinamobile.com> | 2018-05-23 15:19:22 +0800 |
---|---|---|
committer | zhangab <zhanganbing@chinamobile.com> | 2018-05-23 15:19:28 +0800 |
commit | 9898020025e33215e1c395975e42d8a690c57c3b (patch) | |
tree | 757821795c0006f77f8cb37a3dbce44a4387d08e /standalone/src/main/assembly/bin | |
parent | dc2700619b3a2063ce143d8bbee0c3a809947209 (diff) |
fix alarm clear information analysis bug
Change-Id: Iafa4a7bd89e231bd0c9c5d0901a0a477d48b8e80
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.sh | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/standalone/src/main/assembly/bin/run.sh b/standalone/src/main/assembly/bin/run.sh index 08d659cf..25a83d59 100644 --- a/standalone/src/main/assembly/bin/run.sh +++ b/standalone/src/main/assembly/bin/run.sh @@ -21,15 +21,11 @@ echo @RUNHOME@ $RUNHOME echo "Starting mysql" service mysql start -sleep 10 -echo "run.sh 1" +sleep 100 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" +$SCRIPT root root 3306 127.0.0.1 echo @JAVA_HOME@ $JAVA_HOME JAVA="$JAVA_HOME/bin/java" |