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

fix redirect

parent ad16f2a6
No related branches found
No related tags found
1 merge request!212fix redirect
This commit is part of merge request !212. Comments created here will be created in the context of that merge request.
......@@ -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