Update gravity-sync.sh

This commit is contained in:
Michael Stanclift 2020-05-23 17:44:08 -05:00
parent f2e235c88d
commit c6b5153a87

View File

@ -201,9 +201,10 @@ function exit_withchange {
exit
}
function if_validate {
if [ "$?" != "0" ]; then
echo "[${RED}FAIL${NC}] Previous Command Failed"
echo -e "[${RED}FAIL${NC}] Previous Command Failed"
exit 1
fi
}