Update mw.tpl

This commit is contained in:
dami 2026-04-15 20:33:51 +08:00
parent afdccefa98
commit 34a1bf7e28
1 changed files with 3 additions and 6 deletions

View File

@ -762,18 +762,15 @@ case "$1" in
'restart')
mw_stop
sleep 2
mw_start
mw_default;;
mw_start;;
'restart_panel')
mw_stop_panel
sleep 2
mw_start_panel
mw_default;;
mw_start_panel;;
'restart_task')
mw_stop_task
sleep 2
mw_start_task
mw_default;;
mw_start_task;;
'status') mw_status;;
'logs') error_logs;;
'close') mw_close;;