From 6bb4755692dbecac38dda5c2b677ea8d8f3a6cc6 Mon Sep 17 00:00:00 2001 From: "PC-202302260912\\Administrator" <1769111741@qq.com> Date: Fri, 28 Jul 2023 11:18:33 +0800 Subject: [PATCH] =?UTF-8?q?gm=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/jmfy/utils/AutoServerManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/jmfy/utils/AutoServerManager.java b/src/main/java/com/jmfy/utils/AutoServerManager.java index b83e48b..d368ffa 100644 --- a/src/main/java/com/jmfy/utils/AutoServerManager.java +++ b/src/main/java/com/jmfy/utils/AutoServerManager.java @@ -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){