This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
mengshibin
/
changeing
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
修改启动脚本
xiewenjie
%!s(int64=3) %!d(string=hai) anos
pai
b37aded0f7
achega
6ac8fb2ec2
Modificáronse 1 ficheiros
con
1 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
1
0
startJar.sh
+ 1
- 0
startJar.sh
Ver ficheiro
@@ -84,6 +84,7 @@ status(){
# 重启命令其实就是先执行关闭命令 再执行重启命令
restart(){
stop $1
+ sleep 1s
start $1
}