From: Eric Bollengier Date: Fri, 2 Apr 2010 08:33:10 +0000 (+0200) Subject: Fix grep command as mentionned by Charles X-Git-Tag: Release-5.2.1~133 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e1ba0f44a3d7ac75527661f7dd857e9d3fd16fcc;p=bacula%2Fdocs Fix grep command as mentionned by Charles --- diff --git a/docs/manuals/en/console/bconsole.tex b/docs/manuals/en/console/bconsole.tex index d9cd52c1..c46820dc 100644 --- a/docs/manuals/en/console/bconsole.tex +++ b/docs/manuals/en/console/bconsole.tex @@ -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