Output text changed to be more true

This commit is contained in:
Nico Schottelius 2006-02-04 11:06:24 +01:00
parent 96b6876326
commit 02df9c008e
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ while [ "$i" -lt "$no_shares" ]; do
"$source" "$destination_dir"
if [ "$?" -ne 0 ]; then
echo "rsync failed, backup may be broken (see rsync errors)"
echo "rsync reported an error. The backup may be broken (see rsync errors)"
exit 1
fi