From cbfcd0031741bd3c5087e88d57e372e91005ea5e Mon Sep 17 00:00:00 2001 From: midoks Date: Sun, 5 Feb 2023 15:20:08 +0800 Subject: [PATCH] Update mw.tpl --- scripts/init.d/mw.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/init.d/mw.tpl b/scripts/init.d/mw.tpl index bcd8879b7..c49732e46 100755 --- a/scripts/init.d/mw.tpl +++ b/scripts/init.d/mw.tpl @@ -98,7 +98,7 @@ mw_stop_task() arr=($pids) for p in ${arr[@]} do - kill -9 $p + kill -9 $p > /dev/null 2>&1 done echo -e "\033[32mdone\033[0m" }