update
This commit is contained in:
parent
8e13a246ac
commit
d31534311f
@ -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 -> {
|
||||
|
Loading…
Reference in New Issue
Block a user