变更配置信息显示操作逻辑

逻辑变更
pull/355/head
wulabing 2019-12-26 14:54:55 +08:00
parent 59b3425f45
commit 8d6c2a2b3c
1 changed files with 3 additions and 3 deletions

View File

@ -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