From 59b3425f459be653b2a072eec85f04a2cd807af9 Mon Sep 17 00:00:00 2001 From: wulabing <91d$5gKrmVShheJf> Date: Thu, 26 Dec 2019 14:51:49 +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 修复bug --- install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index eb42fef..7b5d637 100644 --- a/install.sh +++ b/install.sh @@ -33,7 +33,7 @@ nginx_dir="/etc/nginx" web_dir="/home/wwwroot" nginx_openssl_src="/usr/local/src" v2ray_bin_file="/usr/bin/v2ray" -v2ray_info_file="~/v2ray_info.inf" +v2ray_info_file="$HOME/v2ray_info.inf" v2ray_qr_confg_file="/etc/v2ray/vmess_qr.json" nginx_systemd_file="/etc/systemd/system/nginx.service" v2ray_systemd_file="/etc/systemd/system/v2ray.service" @@ -775,7 +775,8 @@ menu(){ show_error_log ;; 8) - maintain "由于无法显示修改后的信息,该功能正在重构" + basic_information + show_information ;; 9) bbr_boost_sh