v1.3.8-test
~修复小闪存模式设为Github源时无法正常开机启动的问题 ~优化CN_IP绕过内核功能及提示说明 ~更新Geoip数据库和根证书文件 ~修复iptables及crontab报错 ~屏蔽奈飞修复工具
This commit is contained in:
@@ -606,7 +606,7 @@ bfstart(){
|
||||
#读取配置文件
|
||||
getconfig
|
||||
[ ! -d $bindir/ui ] && mkdir -p $bindir/ui
|
||||
[ -z "$update_url" ] && update_url=https://cdn.jsdelivr.net/gh/juewuy/ShellClash@master
|
||||
[ -z "$update_url" ] || [ -n "$(echo $update_url | grep 'github')" ] && update_url=https://cdn.jsdelivr.net/gh/juewuy/ShellClash@master
|
||||
#检查clash核心
|
||||
if [ ! -f $bindir/clash ];then
|
||||
if [ -f $clashdir/clash ];then
|
||||
|
||||
Reference in New Issue
Block a user