From 06e6102d18cb6f21204b39c0f19bf43ebd4dbce9 Mon Sep 17 00:00:00 2001 From: midoks Date: Sun, 9 May 2021 00:25:56 +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 3a295004e..bd8953ce1 100755 --- a/scripts/init.d/mw.tpl +++ b/scripts/init.d/mw.tpl @@ -172,7 +172,7 @@ case "$1" in echo -e "\033[32mMW-Panel default info!\033[0m" echo -e "==================================================================" echo "MW-Panel-URL: http://$address:$port$auth_path" - echo -e `python $mw_path/tools.py username` + echo -e `python3 $mw_path/tools.py username` echo -e "password: $password" echo -e "\033[33mWarning:\033[0m" echo -e "\033[33mIf you cannot access the panel, \033[0m"