generated from root/miduo_server
gm脚本
parent
33a09674aa
commit
6bb4755692
|
@ -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){
|
||||
|
|
Loading…
Reference in New Issue