From aa5ffdc3c0c518c65d40c1d116c7e7f67eb5b59a Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 27 Nov 2024 02:17:01 +0800 Subject: [PATCH] Update mw.tpl --- scripts/init.d/mw.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/init.d/mw.tpl b/scripts/init.d/mw.tpl index 05df11e28..62392e727 100755 --- a/scripts/init.d/mw.tpl +++ b/scripts/init.d/mw.tpl @@ -523,10 +523,10 @@ mw_default(){ port=$(cat ${PANEL_DIR}/data/port.pl) fi - if [ ! -f ${PANEL_DIR}/data/default.pl ];then - echo -e "\033[33mInstall Failed\033[0m" - exit 1 - fi + # if [ ! -f ${PANEL_DIR}/data/default.pl ];then + # echo -e "\033[33mInstall Failed\033[0m" + # exit 1 + # fi password=$(cat ${PANEL_DIR}/data/default.pl)