This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
mengshibin
/
changeing
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
修改启动脚本
xiewenjie
hace 3 años
padre
b37aded0f7
commit
6ac8fb2ec2
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
startJar.sh
+ 1
- 0
startJar.sh
Ver fichero
@@ -84,6 +84,7 @@ status(){
# 重启命令其实就是先执行关闭命令 再执行重启命令
restart(){
stop $1
+ sleep 1s
start $1
}