From 8d6c2a2b3c9844a5ce7441eaf00230c22337ad0a Mon Sep 17 00:00:00 2001 From: wulabing <91d$5gKrmVShheJf> Date: Thu, 26 Dec 2019 14:54:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4=E9=85=8D=E7=BD=AE=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E6=98=BE=E7=A4=BA=E6=93=8D=E4=BD=9C=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 逻辑变更 --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 7b5d637..07906c0 100644 --- a/install.sh +++ b/install.sh @@ -545,7 +545,7 @@ info_extraction(){ grep $1 $v2ray_qr_confg_file | awk -F '"' '{print $4}' } basic_information(){ - echo -e "${OK} ${Green} V2ray+ws+tls 安装成功" >> ${v2ray_info_file} + echo -e "${OK} ${Green} V2ray+ws+tls 安装成功" > ${v2ray_info_file} echo -e "${Red} V2ray 配置信息 ${Font}" >> ${v2ray_info_file} echo -e "${Red} 地址(address):${Font} $(info_extraction "add") " >> ${v2ray_info_file} echo -e "${Red} 端口(port):${Font} $(info_extraction "port") " >> ${v2ray_info_file} @@ -659,9 +659,9 @@ install_v2ray_ws_tls(){ web_camouflage ssl_judge_and_install nginx_systemd + basic_information vmess_qr_config_tls_ws vmess_qr_link_image - basic_information show_information start_process_systemd enable_process_systemd @@ -682,9 +682,9 @@ install_v2_h2(){ v2ray_conf_add ssl_judge_and_install nginx_systemd + basic_information vmess_qr_config_h2 vmess_qr_link_image - basic_information show_information start_process_systemd enable_process_systemd