mirror of https://github.com/v2ray/v2ray-core
Update install-release.sh
parent
bb2f6d006e
commit
f479f0094f
|
@ -190,6 +190,7 @@ stopV2ray(){
|
|||
colorEcho ${RED} "Failed to shutdown V2Ray service."
|
||||
return 2
|
||||
fi
|
||||
return 0
|
||||
}
|
||||
|
||||
startV2ray(){
|
||||
|
@ -207,6 +208,7 @@ startV2ray(){
|
|||
colorEcho ${RED} "Failed to start V2Ray service."
|
||||
return 2
|
||||
fi
|
||||
return 0
|
||||
}
|
||||
|
||||
copyFile() {
|
||||
|
|
Loading…
Reference in New Issue