master
PC-202302260912\Administrator 2023-07-28 10:42:49 +08:00
parent 6f6631b389
commit 4581ae1567
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ public class AutoServerManager {
String space = " ";
String command = "bash " + path + serverInfo.getIp() + space + serverInfo.getServer_id() + space + serverInfo.getCoreName()
String command = "bash" + space + path + space + serverInfo.getIp() + space + serverInfo.getServer_id() + space + serverInfo.getCoreName()
+ space + getGameMongodb() + space + getRedisHost() + space + getRedisPwd();
LOGGER.info("清库命令:{}", command);