Browse Source

修改启动脚本

xiewenjie 3 years ago
parent
commit
6ac8fb2ec2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      startJar.sh

+ 1 - 0
startJar.sh

@@ -84,6 +84,7 @@ status(){
 # 重启命令其实就是先执行关闭命令 再执行重启命令
 restart(){
     stop $1
+    sleep 1s
     start $1
 }