diff options
Diffstat (limited to 'handlers')
| -rw-r--r-- | handlers/rsync.in | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/handlers/rsync.in b/handlers/rsync.in index ab73051..ab6496f 100644 --- a/handlers/rsync.in +++ b/handlers/rsync.in @@ -1085,7 +1085,7 @@ for SECTION in $include; do    $nice $rsync $rsync_options $filelist_flag $excludes $batch_option $orig $dest_path | tee -a $log    if [ "$?" != "0" ]; then -    warning "Rsync error when trying to transfer $SECTION" +    fatal "Rsync error when trying to transfer $SECTION"    fi    update_metadata | 
