Compare commits

..

No commits in common. "f36e93dda68481c1cd598954a69f086c3f88e3b5" and "d1c61e76535a61ab7a2b152be2b9c4d4d185ec6c" have entirely different histories.

View File

@ -18,7 +18,6 @@ read -p "请输入要选择的序号:" vpn_pick
if [[ -z ${vpn_array[${vpn_index[$vpn_pick]}]} ]];then
echo "输入错误"
else
${vpn_array[${vpn_index[$vpn_pick]}]}
echo "安装完成"
echo "${vpn_array[${vpn_index[$vpn_pick]}]}"
fi