重启脚本命令修改

jieling
grimm 2023-12-26 12:48:45 +08:00
parent 79d57afaba
commit 32087eb6b5
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ public class AutoServerManager {
*
*/
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);
if (serverInfo == null){