generated from root/miduo_server
重启脚本命令修改
parent
79d57afaba
commit
32087eb6b5
|
@ -282,7 +282,7 @@ public class AutoServerManager {
|
||||||
* 重启操作摘出来,会有其他调用
|
* 重启操作摘出来,会有其他调用
|
||||||
*/
|
*/
|
||||||
public static int rebootServer(String serverId) throws Exception {
|
public static int rebootServer(String serverId) throws Exception {
|
||||||
String path = "/config/script/reboot_core.sh";
|
String path = "/data/jieling/gm/config/script/reboot_core.sh";
|
||||||
|
|
||||||
ServerInfo serverInfo = serverInfoDao.getServerInfo(serverId);
|
ServerInfo serverInfo = serverInfoDao.getServerInfo(serverId);
|
||||||
if (serverInfo == null){
|
if (serverInfo == null){
|
||||||
|
|
Loading…
Reference in New Issue