Skip to content
Snippets Groups Projects
Commit dd817f55 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

fix unknown result

parent 949c97b3
No related branches found
No related tags found
1 merge request!13fix unknown result
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment