Testing failure conditions

This commit is contained in:
Michael Stanclift 2020-05-29 20:54:09 -05:00
parent 0b3653fe2d
commit 7b92b90580

View File

@ -890,10 +890,10 @@ function show_version {
MESSAGE="Running Version: ${VERSION}" MESSAGE="Running Version: ${VERSION}"
echo_info echo_info
GITVERSION=$(curl -sf https://raw.githubusercontent.com/vmstan/gravity-sync/master/VERSION) GITVERSION=$(curl -sf https://raw.githubusercontent.com/vmstan/gravity-sync/development/VERSION)
if [ -z "$GITVERSION" ] if [ -z "$GITVERSION" ]
then then
MESSAGE="Latest Version: Unable to Check" MESSAGE="Latest Version: Unknown"
else else
MESSAGE="Latest Version: ${GITVERSION}" MESSAGE="Latest Version: ${GITVERSION}"
fi fi