Merge branch 'master' of https://github.com/juewuy/ShellClash into master

This commit is contained in:
juewuy
2021-05-07 11:15:01 +08:00

View File

@@ -51,7 +51,7 @@ linkconfig(){
echo ----------------------------------------------- echo -----------------------------------------------
echo 0 返回上级菜单 echo 0 返回上级菜单
read -p "请输入对应数字 > " num read -p "请输入对应数字 > " num
if [ -z "$num" ] || [ "$num" -gt 14 ];then if [ -z "$num" ] || [ "$num" -gt 17 ];then
errornum errornum
elif [ "$num" = 0 ];then elif [ "$num" = 0 ];then
echo echo