mirror of https://github.com/wulabing/Xray_onekey
[modify] 修复版本识别异常问题
parent
85cec6be7f
commit
bbe7d5d018
|
@ -29,7 +29,7 @@ OK="${Green}[OK]${Font}"
|
||||||
Error="${Red}[错误]${Font}"
|
Error="${Red}[错误]${Font}"
|
||||||
|
|
||||||
# 版本
|
# 版本
|
||||||
shell_version="1.1.5.6"
|
shell_version="1.1.5.7"
|
||||||
shell_mode="None"
|
shell_mode="None"
|
||||||
github_branch="master"
|
github_branch="master"
|
||||||
version_cmp="/tmp/version_cmp.tmp"
|
version_cmp="/tmp/version_cmp.tmp"
|
||||||
|
@ -41,7 +41,7 @@ nginx_dir="/etc/nginx"
|
||||||
web_dir="/home/wwwroot"
|
web_dir="/home/wwwroot"
|
||||||
nginx_openssl_src="/usr/local/src"
|
nginx_openssl_src="/usr/local/src"
|
||||||
v2ray_bin_dir_old="/usr/bin/v2ray"
|
v2ray_bin_dir_old="/usr/bin/v2ray"
|
||||||
v2ray_bin_dir="/usr/local/bin/v2ray"
|
v2ray_bin_dir="/usr/local/bin"
|
||||||
v2ray_info_file="$HOME/v2ray_info.inf"
|
v2ray_info_file="$HOME/v2ray_info.inf"
|
||||||
v2ray_qr_config_file="/usr/local/vmess_qr.json"
|
v2ray_qr_config_file="/usr/local/vmess_qr.json"
|
||||||
nginx_systemd_file="/etc/systemd/system/nginx.service"
|
nginx_systemd_file="/etc/systemd/system/nginx.service"
|
||||||
|
|
Loading…
Reference in New Issue