diff --git a/bin/vdn-rsync b/bin/vdn-rsync index 4971bf1..27fec56 100755 --- a/bin/vdn-rsync +++ b/bin/vdn-rsync @@ -34,7 +34,7 @@ while [[ $# -ne 0 ]]; do options+=("$1") elif [[ $# -ne 1 ]]; then rewrite_connection "$1" - options+=("$connection") + srcs+=("$connection") else rewrite_connection "$1" dest="$connection"