From f4105428a542506e379e0a8e19b4e2d9c6c6d070 Mon Sep 17 00:00:00 2001 From: liuwei Date: Tue, 3 Jun 2025 17:29:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4json=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/system_updater/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/system_updater/main.py b/plugins/system_updater/main.py index 21dc2a9..9b183d9 100644 --- a/plugins/system_updater/main.py +++ b/plugins/system_updater/main.py @@ -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