This website works better with JavaScript
Home
Explore
Help
Register
Sign In
mengshibin
/
changeing
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
修改启动脚本
xiewenjie
3 years ago
parent
b37aded0f7
commit
6ac8fb2ec2
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
startJar.sh
+ 1
- 0
startJar.sh
View File
@@ -84,6 +84,7 @@ status(){
# 重启命令其实就是先执行关闭命令 再执行重启命令
restart(){
stop $1
+ sleep 1s
start $1
}