mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 10:08:15 -05:00
Update install-release.sh
This commit is contained in:
parent
bb2f6d006e
commit
f479f0094f
@ -190,6 +190,7 @@ stopV2ray(){
|
|||||||
colorEcho ${RED} "Failed to shutdown V2Ray service."
|
colorEcho ${RED} "Failed to shutdown V2Ray service."
|
||||||
return 2
|
return 2
|
||||||
fi
|
fi
|
||||||
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
startV2ray(){
|
startV2ray(){
|
||||||
@ -207,6 +208,7 @@ startV2ray(){
|
|||||||
colorEcho ${RED} "Failed to start V2Ray service."
|
colorEcho ${RED} "Failed to start V2Ray service."
|
||||||
return 2
|
return 2
|
||||||
fi
|
fi
|
||||||
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
copyFile() {
|
copyFile() {
|
||||||
|
Loading…
Reference in New Issue
Block a user