Code Review
/
usecase-ui
/
server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
fcdb823
)
increase db create script waiting time
21/46721/1
author
zhangab
<zhanganbing@chinamobile.com>
Wed, 9 May 2018 02:06:59 +0000
(10:06 +0800)
committer
zhangab
<zhanganbing@chinamobile.com>
Wed, 9 May 2018 02:07:04 +0000
(10:07 +0800)
Change-Id: I98d2f5bf8028292a98404944696215d74ebfa205
Issue-ID: USECASEUI-113
Signed-off-by: zhangab <zhanganbing@chinamobile.com>
standalone/src/main/assembly/bin/run.sh
patch
|
blob
|
history
diff --git
a/standalone/src/main/assembly/bin/run.sh
b/standalone/src/main/assembly/bin/run.sh
index
9ef6e07
..
71cf7c8
100644
(file)
--- a/
standalone/src/main/assembly/bin/run.sh
+++ b/
standalone/src/main/assembly/bin/run.sh
@@
-21,7
+21,7
@@
echo @RUNHOME@ $RUNHOME
echo "Starting mysql"
service mysql start
-sleep 1
+sleep 1
0
SCRIPT="/home/uui/resources/bin/initDB.sh"
chmod 755 "$SCRIPT"