修复软件安装正则问题

This commit is contained in:
lsy 2024-09-23 19:18:30 +08:00
parent ac8e926273
commit 84ec270e0b

View File

@ -55,7 +55,7 @@ if [[ -z $pick ]];then
pick="$i"
fi
done
elif [[ ! $pick =~ [1-${#soft_dick[@]}\s]+ ]];then
elif ! [[ $pick =~ [1-${#soft_dick[@]}\s]+ ]];then
echo "输入错误"
exit
fi