master
PC-202302260912\Administrator 2023-07-28 11:09:41 +08:00
parent 4581ae1567
commit 33a09674aa
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ public class AutoServerManager {
* @return
*/
private static void delUser(ServerInfo serverInfo) {
String path = "conf/script/deluser.sh";
String path = "config/script/deluser.sh";
if (serverInfo.getIp() == null || "".equals(serverInfo.getIp())
|| serverInfo.getServer_id() == null || "".equals(serverInfo.getServer_id())