Merge pull request #568 from sunshineplan/master

Update install-release.sh
pull/570/merge
DarienRaymond 2017-09-13 17:06:14 +02:00 committed by GitHub
commit 134df6de9f
1 changed files with 3 additions and 0 deletions

View File

@ -284,6 +284,9 @@ remove(){
colorEcho ${GREEN} "If necessary, please remove configuration file and log file manually." colorEcho ${GREEN} "If necessary, please remove configuration file and log file manually."
exit exit
fi fi
else
colorEcho ${GREEN} "V2Ray not found."
exit
fi fi
} }