Skip to content
Snippets Groups Projects
Verified Commit 2fef1deb authored by Fabian Raab's avatar Fabian Raab
Browse files

fix wrong parameter placement

parent ff193268
No related branches found
No related tags found
No related merge requests found
......@@ -1160,7 +1160,7 @@ for SECTION in $include; do
set_dest
info "Syncing $SECTION on $dest_path..."
command="$rsync ${rsync_options[@]} --relative $SECTION/$suffix/ --delete-excluded $filelist_flag $excludes $batch_option $orig $dest_path_base"
command="$rsync ${rsync_options[@]} --relative --delete-excluded $filelist_flag $excludes $batch_option $orig $dest_path_base/$suffix"
debug $nice su -c "$command"
set_pipefail
$nice su -c "$command" | tee -a $log
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment