From 416890ccdd243fc16ef3cbe9c7f79a05e1b070f1 Mon Sep 17 00:00:00 2001 From: ASUS <515617283@qq.com> Date: Mon, 1 Dec 2025 09:13:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E5=B7=B2=E7=9F=A5?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20del?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- restart_services.sh | 4 ++++ stop_webman_commands.php | 1 + 2 files changed, 5 insertions(+) diff --git a/restart_services.sh b/restart_services.sh index 5e11c99..40a78fb 100644 --- a/restart_services.sh +++ b/restart_services.sh @@ -37,4 +37,8 @@ nohup php rabborderprint.php & echo "启动 rabbproductupdate 进程..." nohup php rabbproductupdate.php & +echo "启动 orderDetailUpdate 进程..." +nohup php orderDetailUpdate.php & + + echo "所有命令执行完成" diff --git a/stop_webman_commands.php b/stop_webman_commands.php index d05e8ec..cc2e43d 100644 --- a/stop_webman_commands.php +++ b/stop_webman_commands.php @@ -9,6 +9,7 @@ $processKeywords = [ 'applysmstemp.php', 'birthdaygiftsms.php', 'rabborderprint.php', + 'orderDetailUpdate.php', 'rabbproductupdate.php' ];