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" }