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' ];