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
Branches
No related tags found
1 merge request!24fix typo in check script
...@@ -40,7 +40,7 @@ do ...@@ -40,7 +40,7 @@ do
logfile=$( ls -tr1 ${logdir}/${myprofile}__* | tail -1 ) logfile=$( ls -tr1 ${logdir}/${myprofile}__* | tail -1 )
if [ -z "$logfile" ]; then 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 iUnknown+=1
else else
if grep "^OK: ${myprofile}$" $logfile >/dev/null; then if grep "^OK: ${myprofile}$" $logfile >/dev/null; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment