v1.6.8
~同步最新Meta内核 ~同步最新Pre内核,支持域名嗅探 ~增加启动管理菜单 ~增加延时启动功能 ~移除流媒体预解析功能,请用7-4域名嗅探 ~域名嗅探功能默认改为为启用状态(限Pre或Meta生效) ~增加小闪存模式自定义目录功能 ~内置DNS改为优先读取config.yaml ~新手引导简化调整 ~修复正式版无法安装的问题
This commit is contained in:
@@ -16,7 +16,7 @@ chmod 755 /etc/init.d/clash
|
||||
if [ ! -f $clashdir/.dis_startup ];then
|
||||
log_file=`uci get system.@system[0].log_file`
|
||||
while [ "$i" -lt 10 ];do
|
||||
sleep 3
|
||||
sleep 5
|
||||
[ -n "$(grep 'init complete' $log_file)" ] && i=10 || i=$((i+1))
|
||||
done
|
||||
/etc/init.d/clash start
|
||||
|
||||
Reference in New Issue
Block a user