Update mw.tpl

This commit is contained in:
midoks 2023-02-05 15:20:08 +08:00
parent 7a96d3abc5
commit cbfcd00317
1 changed files with 1 additions and 1 deletions

View File

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