Update mw.tpl

pull/119/head
midoks 3 years ago
parent 353e4d572a
commit 2738358042
  1. 2
      scripts/init.d/mw.tpl

@ -92,7 +92,7 @@ mw_stop_task()
{ {
if [ -f $mw_path/tmp/panelTask.pl ];then if [ -f $mw_path/tmp/panelTask.pl ];then
echo -e "\033[32mThe task is running and cannot be stopped\033[0m" echo -e "\033[32mThe task is running and cannot be stopped\033[0m"
return exit 0
fi fi
echo -e "Stopping mw-tasks... \c"; echo -e "Stopping mw-tasks... \c";

Loading…
Cancel
Save