From e1ba0f44a3d7ac75527661f7dd857e9d3fd16fcc Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 2 Apr 2010 10:33:10 +0200 Subject: [PATCH] Fix grep command as mentionned by Charles --- docs/manuals/en/console/bconsole.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5