v1.7.0c
~自动导入/tmp下yaml文件时增加检测机制 ~修复未安装面板时启动依然提示本地面板连接信息的bug
This commit is contained in:
@@ -554,7 +554,7 @@ setgeo(){
|
||||
|
||||
getdb(){
|
||||
#下载及安装
|
||||
if [ -d /www/clash -o -d $clashdir/ui ];then
|
||||
if [ -f /www/clash/index.html -o -f $clashdir/ui/index.html ];then
|
||||
echo -----------------------------------------------
|
||||
echo -e "\033[31m检测到您已经安装过本地面板了!\033[0m"
|
||||
echo -----------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user