Skip to content

Commit

Permalink
尝试修复CDN同步失败的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
juewuy committed Aug 13, 2020
1 parent b1cd061 commit 5564eec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/clash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

getconfig(){
#版本号
versionsh_l=0.8.6
versionsh_l=0.8.7
#服务器地址
if [ ! -n "$update_url" ] && [ ! -z "$update_url" ]; then
if [ -z $update_url ]; then
update_url=https://cdn.jsdelivr.net/gh/juewuy/clash-for-Miwifi/
fi
#文件路径
Expand Down

0 comments on commit 5564eec

Please sign in to comment.