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

Merge branch '6877_final_status_in_log' into 'master'

fix unknown result

See merge request !13
parents 383dbda1 dd817f55
No related branches found
No related tags found
1 merge request!13fix unknown result
...@@ -58,7 +58,7 @@ if [ $iCount -eq 0 ]; then ...@@ -58,7 +58,7 @@ if [ $iCount -eq 0 ]; then
echo "UNKNOWN: Deployment No profile was created yet." echo "UNKNOWN: Deployment No profile was created yet."
else else
if [ $iErrors -eq 0 ]; then if [ $iErrors -eq 0 ]; then
if [ $iUnknown -eq 0 ]; then if [ $iUnknown -gt 0 ]; then
echo -n "UNKNOWN" echo -n "UNKNOWN"
else else
echo -n "OK" 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