mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 01:57:12 -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."
|
||||
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
Block a user