From 1a34d603f2f6f5267851478306e3186b5f0101a1 Mon Sep 17 00:00:00 2001 From: wulabing Date: Sat, 8 Feb 2020 10:47:16 +0800 Subject: [PATCH] =?UTF-8?q?1.0.8=20=E8=B0=83=E6=95=B4=E8=BE=93=E5=87=BA?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=BF=A1=E6=81=AF=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit bug修正 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ce60d5e..5a85b04 100644 --- a/install.sh +++ b/install.sh @@ -607,8 +607,8 @@ EOF vmess_qr_link_image(){ vmess_link="vmess://$(cat $v2ray_qr_config_file | base64 -w 0)" echo -e "${Red} 二维码: ${Font}" >> ${v2ray_info_file} - echo -e "${Red} URL导入链接:${vmess_link} ${Font}" >> ${v2ray_info_file} echo -n "${vmess_link}"| qrencode -o - -t utf8 >> ${v2ray_info_file} + echo -e "${Red} URL导入链接:${vmess_link} ${Font}" >> ${v2ray_info_file} } info_extraction(){