mirror of https://github.com/wulabing/Xray_onekey
1.1.0 bug 修正
parent
e93e884c0c
commit
d2d4e8ce68
|
@ -609,7 +609,7 @@ nginx_process_disabled(){
|
||||||
# judge "rc.local 配置"
|
# judge "rc.local 配置"
|
||||||
#}
|
#}
|
||||||
acme_cron_update(){
|
acme_cron_update(){
|
||||||
wget -P --no-check-certificate /usr/bin "https://raw.githubusercontent.com/wulabing/V2Ray_ws-tls_bash_onekey/dev/ssl_update.sh"
|
wget -P /usr/bin --no-check-certificate "https://raw.githubusercontent.com/wulabing/V2Ray_ws-tls_bash_onekey/dev/ssl_update.sh"
|
||||||
if [[ "${ID}" == "centos" ]];then
|
if [[ "${ID}" == "centos" ]];then
|
||||||
# sed -i "/acme.sh/c 0 3 * * 0 \"/root/.acme.sh\"/acme.sh --cron --home \"/root/.acme.sh\" \
|
# sed -i "/acme.sh/c 0 3 * * 0 \"/root/.acme.sh\"/acme.sh --cron --home \"/root/.acme.sh\" \
|
||||||
# &> /dev/null" /var/spool/cron/root
|
# &> /dev/null" /var/spool/cron/root
|
||||||
|
@ -775,7 +775,7 @@ bbr_boost_sh(){
|
||||||
}
|
}
|
||||||
mtproxy_sh(){
|
mtproxy_sh(){
|
||||||
[ -f "mtproxy_go.sh" ] && rm -rf ./mtproxy_go.sh
|
[ -f "mtproxy_go.sh" ] && rm -rf ./mtproxy_go.sh
|
||||||
wget -N --no-check-certificate https://github.com/whunt1/onekeymakemtg/raw/${github_branch}/mtproxy_go.sh && chmod +x mtproxy_go.sh && ./mtproxy_go.sh
|
wget -N --no-check-certificate https://github.com/whunt1/onekeymakemtg/raw/master/mtproxy_go.sh && chmod +x mtproxy_go.sh && ./mtproxy_go.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
uninstall_all(){
|
uninstall_all(){
|
||||||
|
|
Loading…
Reference in New Issue