Output text changed to be more true
This commit is contained in:
parent
96b6876326
commit
02df9c008e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue