v1.0.0beta17.2
~同步官方最新1.3.0版本clash核心及premium核心 ~同步最新GeoIP数据库文件 ~同步最新dashboard面板文件 ~修复使用在线节点时获取配置文件报错的bug ~修复手动更新订阅界面不显示已保存链接的bug ~下载dashboard面板时,自动检测目录是否可写 ~修复下载配置文件失败后依然显示clash启动的bug
This commit is contained in:
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
versionsh=1.0.0beta17.2
|
||||
clash_v=1.3.0
|
||||
clashpre_v=2020.11.20
|
||||
GeoIP_v=20201120
|
||||
versionsh=1.0.0beta17.2
|
||||
|
||||
@@ -588,7 +588,7 @@ getdb(){
|
||||
errornum
|
||||
update
|
||||
fi
|
||||
if [ -w /www/clash ];then
|
||||
if [ -w /www/clash -a -n "$(pidof nginx)" ];then
|
||||
echo -----------------------------------------------
|
||||
echo -e "请选择面板\033[33m安装目录:\033[0m"
|
||||
echo -----------------------------------------------
|
||||
@@ -610,8 +610,8 @@ getdb(){
|
||||
update
|
||||
fi
|
||||
else
|
||||
dbdir=/www/clash
|
||||
hostdir='/clash'
|
||||
dbdir=$clashdir/ui
|
||||
hostdir=":$db_port/ui"
|
||||
fi
|
||||
#下载及安装
|
||||
if [ -d /www/clash -o -d $clashdir/ui ];then
|
||||
|
||||
Reference in New Issue
Block a user