Skip to content
Snippets Groups Projects

fix redirect

Merged Hahn Axel (hahn) requested to merge 6877_check_iml_deployment into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -57,7 +57,7 @@ result=$( $sChecker )
rc=$?
if [ $rc -eq 0 ]; then
if echo "$result" | grep "^UNKNOWN" 2>/dev/null
if echo "$result" | grep "^UNKNOWN" >/dev/null
then
ph.setStatus "unknown"
else
Loading