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

Merge branch 'fix-typo' into 'master'

fix typo in check script

See merge request !24
parents 7f963d84 e4fcf7ba
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