mirror of https://github.com/v2ray/v2ray-core
Fix typo
parent
4d1bb21055
commit
dde9aaa892
|
@ -251,7 +251,7 @@ installV2Ray(){
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
installInitScrip(){
|
installInitScript(){
|
||||||
SYSTEMCTL_CMD=$(command -v systemctl)
|
SYSTEMCTL_CMD=$(command -v systemctl)
|
||||||
SERVICE_CMD=$(command -v service)
|
SERVICE_CMD=$(command -v service)
|
||||||
|
|
||||||
|
@ -389,7 +389,7 @@ main(){
|
||||||
stopV2ray
|
stopV2ray
|
||||||
fi
|
fi
|
||||||
installV2Ray
|
installV2Ray
|
||||||
installInitScrip
|
installInitScript
|
||||||
if [[ ${V2RAY_RUNNING} -eq 1 ]];then
|
if [[ ${V2RAY_RUNNING} -eq 1 ]];then
|
||||||
colorEcho ${BLUE} "Restarting V2Ray service."
|
colorEcho ${BLUE} "Restarting V2Ray service."
|
||||||
startV2ray
|
startV2ray
|
||||||
|
|
Loading…
Reference in New Issue