~修复规则无法选择的bug
This commit is contained in:
juewuy
2021-04-28 15:11:39 +08:00
parent f780cc2c48
commit 80c2a551d0

View File

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