master
PC-202302260912\Administrator 2023-07-28 11:18:33 +08:00
parent 33a09674aa
commit 6bb4755692
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ public class AutoServerManager {
* @throws Exception
*/
public static int rebootServer(String serverId) throws Exception {
String path = "/conf/script/reboot_core.sh";
String path = "/config/script/reboot_core.sh";
ServerInfo serverInfo = serverInfoDao.getServerInfo(serverId);
if (serverInfo == null){