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

fix redirect

parent ad16f2a6
Branches 6877_check_iml_deployment
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