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

fix typo in check script

parent 7f963d84
No related branches found
No related tags found
1 merge request!24fix typo in check script
......@@ -40,7 +40,7 @@ do
logfile=$( ls -tr1 ${logdir}/${myprofile}__* | tail -1 )
if [ -z "$logfile" ]; then
echo "UNKNOWN: $myprofile - was created but not rolled yet."
echo "UNKNOWN: $myprofile - was created but not rolled out yet."
iUnknown+=1
else
if grep "^OK: ${myprofile}$" $logfile >/dev/null; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment