mirror of https://github.com/wulabing/Xray_onekey
parent
1eaba2853b
commit
39ec3e7468
|
@ -496,7 +496,10 @@ enable_process_systemd(){
|
||||||
}
|
}
|
||||||
|
|
||||||
stop_process_systemd(){
|
stop_process_systemd(){
|
||||||
systemctl stop nginx
|
if [[ "$shell_mode" -ne "h2" ]]
|
||||||
|
then
|
||||||
|
systemctl stop nginx
|
||||||
|
fi
|
||||||
systemctl stop v2ray
|
systemctl stop v2ray
|
||||||
}
|
}
|
||||||
nginx_process_disabled(){
|
nginx_process_disabled(){
|
||||||
|
@ -856,6 +859,7 @@ menu(){
|
||||||
bbr_boost_sh
|
bbr_boost_sh
|
||||||
;;
|
;;
|
||||||
12)
|
12)
|
||||||
|
stop_process_systemd
|
||||||
ssl_update_manuel
|
ssl_update_manuel
|
||||||
start_process_systemd
|
start_process_systemd
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue