From 02df9c008e1ff56d5589555bf16bf9560f49901d Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 4 Feb 2006 11:06:24 +0100 Subject: [PATCH] Output text changed to be more true --- ccollect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccollect.sh b/ccollect.sh index 4c6282a..93282fc 100755 --- a/ccollect.sh +++ b/ccollect.sh @@ -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