This commit is contained in:
Yutousama 2022-04-07 14:01:49 +08:00
parent 8e13a246ac
commit d31534311f

View File

@ -149,12 +149,12 @@ public class AdminMessage extends Message {
case QQCommands.SYSTEM_UPDATE_QQ ->{
QQBotManager.getInstance().sendMessage(qq,"正在更新qq");
System.out.println("结束进程");
AppTools.exec("cd /home/yutou/git/QQBot && ./update.sh",null,true,false);
AppTools.exec("cd /root/git/QQBot && ./update.sh",null,true,false);
}
case QQCommands.SYSTEM_UPDATE_NAS ->{
QQBotManager.getInstance().sendMessage(qq,"正在更新NAS服务");
System.out.println("结束进程");
AppTools.exec("cd /home/yutou/git/nas-service && ./update.sh",null,true,false);
AppTools.exec("cd /root/git/nas-service && ./update.sh",null,true,false);
}
case QQCommands.SIGN -> {