From a3f787d010c08c4d964d3e3aa230ac09ff8361d5 Mon Sep 17 00:00:00 2001 From: clfreville2 Date: Wed, 15 Feb 2023 13:06:28 +0100 Subject: [PATCH] Move sources after options --- bin/vdn-rsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"