Browse Source

Update install-release.sh

pull/1038/head
sunshineplan 7 years ago committed by GitHub
parent
commit
fe5d3adecc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      release/install-release.sh

2
release/install-release.sh

@ -386,7 +386,7 @@ main(){
V2RAY_RUNNING=1
stopV2ray
fi
installV2Ray
installV2Ray || return $?
installInitScript
if [[ ${V2RAY_RUNNING} -eq 1 ]];then
colorEcho ${BLUE} "Restarting V2Ray service."

Loading…
Cancel
Save