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

fix shell warning on grep

parent 05b54656
No related branches found
No related tags found
1 merge request!506520 php warning on wrong projectname
......@@ -93,7 +93,7 @@ ${apiTS}
${IMLCI_URL}${apiRequest} | tee -a $outfile
fi
grep "^HTTP\/" $outfile | head -1 | grep " 200 " >/dev/null
grep "^HTTP/" $outfile | head -1 | grep " 200 " >/dev/null
local rccurl=$?
rm -f $outfile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment