Skip to content

Commit

Permalink
下载失败处理
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejun committed Aug 31, 2024
1 parent 2fd323d commit 9c9929f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,11 @@ startSingBox(){
rm -f serv00sb
return
fi
#下载失败
if [ ! -e serv00sb ]; then
echo "无法下载核心程序,可能使用密码不对或者网络问题,请检查!"
return
fi
echo "done!"
fi

Expand Down

0 comments on commit 9c9929f

Please sign in to comment.