Skip to content
Snippets Groups Projects
Commit 3ae23af6 authored by rhatto's avatar rhatto Committed by intrigeri
Browse files

Fixing $rsync_options output (Issue #3001)

parent 9e7c186f
No related branches found
No related tags found
No related merge requests found
......@@ -1070,8 +1070,8 @@ for SECTION in $include; do
set_dest
info "Syncing $SECTION on $dest_path..."
debug $nice $rsync "${rsync_options[@]}" $filelist_flag $excludes $batch_option $orig $dest_path
$nice $rsync "${rsync_options[@]}" $filelist_flag $excludes $batch_option $orig $dest_path | tee -a $log
debug $nice $rsync $rsync_options $filelist_flag $excludes $batch_option $orig $dest_path
$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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment