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
Branches
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.
Please register or to comment