]> git.sur5r.net Git - bacula/docs/commitdiff
Fix grep command as mentionned by Charles
authorEric Bollengier <eric@eb.homelinux.org>
Fri, 2 Apr 2010 08:33:10 +0000 (10:33 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Fri, 2 Apr 2010 08:33:10 +0000 (10:33 +0200)
docs/manuals/en/console/bconsole.tex

index d9cd52c1bc0f97f0868df88f412a4a3bd85626c2..c46820dc632f8525637d844c50c3a51c2c49381c 100644 (file)
@@ -1581,9 +1581,9 @@ restore ran correctly, the output files are checked with:
 
 \footnotesize
 \begin{verbatim}
-grep "^Termination: *Backup OK" /tmp/log1.out
+grep "^ *Termination: *Backup OK" /tmp/log1.out
 backupstat=$?
-grep "^Termination: *Restore OK" /tmp/log2.out
+grep "^ *Termination: *Restore OK" /tmp/log2.out
 restorestat=$?
 \end{verbatim}
 \normalsize