Skip to content
Snippets Groups Projects

fix typo in check script

Merged Hahn Axel (hahn) requested to merge fix-typo into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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
Loading