From 8c33d581a420ca32d5d666012c0c4d03d534d2a5 Mon Sep 17 00:00:00 2001 From: lsy Date: Fri, 20 Sep 2024 14:58:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Evpn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Menus/Vpn.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Menus/Vpn.sh b/Menus/Vpn.sh index 2e6f0ff..6f5adde 100644 --- a/Menus/Vpn.sh +++ b/Menus/Vpn.sh @@ -18,7 +18,7 @@ read -p "请输入要选择的序号:" vpn_pick if [[ -z ${vpn_array[${vpn_index[$vpn_pick]}]} ]];then echo "输入错误" else - eval"${vpn_array[${vpn_index[$vpn_pick]}]}" + eval "${vpn_array[${vpn_index[$vpn_pick]}]}" echo "安装完成" fi