aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--handlers/rsync.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/handlers/rsync.in b/handlers/rsync.in
index e0d2b1f..1954fc1 100644
--- a/handlers/rsync.in
+++ b/handlers/rsync.in
@@ -1103,6 +1103,9 @@ function check_rsync_exit_status {
fi
case $1 in
+ 0)
+ return
+ ;;
1|2|3|4|5|6|10|11|12|13|14|21)
fatal "Rsync error $1 when trying to transfer $SECTION"
;;