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

Fixing $rsync_options output when rsync is local (Issue #3001)

parent 7b57f84a
Branches
Tags
No related merge requests found
......@@ -893,7 +893,7 @@ function set_rsync_options {
if [ "$from" == "local" ] || [ "$dest" == "local" ]; then
# rsync options for local sources or destinations
rsync_options="$rsync_options"
rsync_options=($rsync_options)
fi
if [ "$from" == "remote" ] || [ "$dest" == "remote" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment