git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5647
91ce42f0-d328-0410-95d8-
f526ca767f89
{
grep "^ Termination: *Backup OK" tmp/log1.out 2>&1 >/dev/null
bstat=$?
- grep "^ Termination: *Backup Error" tmp/log1.out 2>&1 >/dev/null
+ grep "^ Termination: .*Backup Error" tmp/log1.out 2>&1 >/dev/null
if test $? -eq 0; then
bstat=2
fi
if test $? -eq 0; then
rstat=2
fi
- grep "^ Termination: *Verify Differences" tmp/log2.out 2>&1 >/dev/null
+ grep "^ Termination: .*Verify Differences" tmp/log2.out 2>&1 >/dev/null
if test $? -eq 0; then
rstat=3
fi