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

Merge branch '6877_check_iml_deployment' into 'master'

fix redirect

See merge request !212
parents c86e0d52 2b06c47c
Branches
No related tags found
1 merge request!212fix redirect
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment