diff --git a/README.MD b/README.MD index ff197b0..4b96000 100644 --- a/README.MD +++ b/README.MD @@ -50,7 +50,7 @@ xray 服务端配置:/usr/local/etc/xray/config.json Nginx 目录: /etc/nginx -证书文件: /ssl/v2ray.key 和 /ssl/v2ray.crt +证书文件: /ssl/xray.key 和 /ssl/xray.crt ### 捐赠 diff --git a/install.sh b/install.sh index d2f3c6d..0c806ba 100644 --- a/install.sh +++ b/install.sh @@ -23,7 +23,7 @@ OK="${Green}[OK]${Font}" ERROR="${Red}[ERROR]${Font}" # 变量 -shell_version="1.0.0" +shell_version="1.0.1" github_branch="xray" version_cmp="/tmp/version_cmp.tmp" xray_conf_dir="/usr/local/etc/xray" @@ -533,10 +533,10 @@ menu() { restart_all ;; 21) - xray_access_log + tail -f $xray_access_log ;; 22) - xray_error_log + tail -f $xray_error_log ;; 23) [[ -f $xray_conf_dir/config.json ]] && basic_information || print_error "xray 配置文件不存在"