xray-1.0.0

[update] README 更新
[bugfix] 日志查看功能修复
pull/321/head
wulabing 2021-02-17 15:33:01 +08:00
parent 82372c9242
commit ff8992be8c
No known key found for this signature in database
GPG Key ID: 213391AFDF73AE00
2 changed files with 4 additions and 4 deletions

View File

@ -50,7 +50,7 @@ xray 服务端配置:/usr/local/etc/xray/config.json
Nginx 目录: /etc/nginx Nginx 目录: /etc/nginx
证书文件: /ssl/v2ray.key 和 /ssl/v2ray.crt 证书文件: /ssl/xray.key 和 /ssl/xray.crt
### 捐赠 ### 捐赠

View File

@ -23,7 +23,7 @@ OK="${Green}[OK]${Font}"
ERROR="${Red}[ERROR]${Font}" ERROR="${Red}[ERROR]${Font}"
# 变量 # 变量
shell_version="1.0.0" shell_version="1.0.1"
github_branch="xray" github_branch="xray"
version_cmp="/tmp/version_cmp.tmp" version_cmp="/tmp/version_cmp.tmp"
xray_conf_dir="/usr/local/etc/xray" xray_conf_dir="/usr/local/etc/xray"
@ -533,10 +533,10 @@ menu() {
restart_all restart_all
;; ;;
21) 21)
xray_access_log tail -f $xray_access_log
;; ;;
22) 22)
xray_error_log tail -f $xray_error_log
;; ;;
23) 23)
[[ -f $xray_conf_dir/config.json ]] && basic_information || print_error "xray 配置文件不存在" [[ -f $xray_conf_dir/config.json ]] && basic_information || print_error "xray 配置文件不存在"