1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-28 06:46:14 -04:00

Merge pull request #568 from sunshineplan/master

Update install-release.sh
This commit is contained in:
DarienRaymond 2017-09-13 17:06:14 +02:00 committed by GitHub
commit 134df6de9f

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
}