diff --git a/get_token.sh b/get_token.sh index bca23ce..f27ed41 100755 --- a/get_token.sh +++ b/get_token.sh @@ -79,7 +79,7 @@ if [ "$(echo "$generateTokenResponse" | jq -r '.token')" == "" ]; then echo echo -e "${red}Could not authenticate with the login credentials provided!${nc}" echo - exit + exit 1 fi echo -e "${green}OK!"