Skip to content
Snippets Groups Projects

fix unknown result

Merged Hahn Axel (hahn) requested to merge 6877_final_status_in_log into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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"
Loading