Update install-release.sh

使用remove参数后,如果没有找到V2ray程序,则退出。
pull/568/head
sunshineplan 2017-09-13 20:54:47 +08:00 committed by GitHub
parent f22e957a22
commit 1ffe27c5f7
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."
exit
fi
else
colorEcho ${GREEN} "V2Ray not found."
exit
fi
}