调整json数据

This commit is contained in:
liuwei
2025-06-03 17:29:32 +08:00
parent 911eb3fd4c
commit f4105428a5

View File

@@ -133,7 +133,7 @@ class SystemUpdaterPlugin(MessagePluginInterface):
try:
# 使用相对路径调用 restart.sh 脚本
result = subprocess.run(
["/home/liuwei/wechatbot/WeChatRobot/restart.sh"], # 使用绝对路径
["/home/liuwei/abot/restart.sh"], # 使用绝对路径
check=True,
stdout=subprocess.PIPE,
stderr=subprocess.PIPE