v1.0.0beta7
~大幅度优化更新机制 ~重写启动脚本,全面兼容debian及centos ~支持以systemd方式启动及守护进程 ~优化安装脚本,修复cdn更新延迟 ~修改定时任务机制,增加稳定性 ~增加配置本机代理功能
This commit is contained in:
@@ -109,7 +109,7 @@ if [ -n $Url ];then
|
||||
sed -i "6i\Url=\'$Url\'" $ccfg
|
||||
Https=""
|
||||
#获取在线yaml文件
|
||||
$sh_type $clashdir/start.sh getyaml
|
||||
$clashdir/start.sh getyaml
|
||||
elif [ "$num" = '2' ]; then
|
||||
linkfilter
|
||||
linkset
|
||||
@@ -212,7 +212,7 @@ if [ -n $Https ];then
|
||||
sed -i '/Https=*/'d $ccfg
|
||||
sed -i "6i\Https=\'$Https\'" $ccfg
|
||||
#获取在线yaml文件
|
||||
$sh_type $clashdir/start.sh getyaml
|
||||
$clashdir/start.sh getyaml
|
||||
fi
|
||||
clashlink
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user