Explorar el Código

修改启动脚本

xiewenjie hace 3 años
padre
commit
6ac8fb2ec2
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      startJar.sh

+ 1 - 0
startJar.sh

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