From 34a1bf7e283f6841c10848554779fcdd8b1e80cd Mon Sep 17 00:00:00 2001 From: dami Date: Wed, 15 Apr 2026 20:33:51 +0800 Subject: [PATCH] Update mw.tpl --- scripts/init.d/mw.tpl | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/scripts/init.d/mw.tpl b/scripts/init.d/mw.tpl index 1b6331151..70b186b3f 100755 --- a/scripts/init.d/mw.tpl +++ b/scripts/init.d/mw.tpl @@ -762,18 +762,15 @@ case "$1" in 'restart') mw_stop sleep 2 - mw_start - mw_default;; + mw_start;; 'restart_panel') mw_stop_panel sleep 2 - mw_start_panel - mw_default;; + mw_start_panel;; 'restart_task') mw_stop_task sleep 2 - mw_start_task - mw_default;; + mw_start_task;; 'status') mw_status;; 'logs') error_logs;; 'close') mw_close;;