From d6ce53d48e558992bb8ddb44030f45ac301ec868 Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 4 Jul 2022 23:22:31 +0800 Subject: [PATCH] Update mw.tpl --- scripts/init.d/mw.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/init.d/mw.tpl b/scripts/init.d/mw.tpl index 6efd2af6a..b5273d7be 100755 --- a/scripts/init.d/mw.tpl +++ b/scripts/init.d/mw.tpl @@ -83,8 +83,8 @@ mw_start_task() mw_start() { - mw_start_panel mw_start_task + mw_start_panel } @@ -123,8 +123,8 @@ mw_stop_panel() mw_stop() { - mw_stop_panel mw_stop_task + mw_stop_panel } mw_status()