diff --git a/check_deployment.sh b/check_deployment.sh index 02c33688566af0da80c6ffab2307635f53b4683e..943329322bc4690162800271d9c198afc6b5b2a4 100755 --- a/check_deployment.sh +++ b/check_deployment.sh @@ -58,7 +58,7 @@ if [ $iCount -eq 0 ]; then echo "UNKNOWN: Deployment No profile was created yet." else if [ $iErrors -eq 0 ]; then - if [ $iUnknown -eq 0 ]; then + if [ $iUnknown -gt 0 ]; then echo -n "UNKNOWN" else echo -n "OK"