From: Peter Palfrader Date: Mon, 17 Dec 2012 14:46:36 +0000 (+0100) Subject: fix args X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b11d5e8c0f9830707d0e1b4a45be04e5494713c4;p=dsa-puppet.git fix args --- diff --git a/modules/roles/files/static-mirroring/static-mirror-ssh-wrap b/modules/roles/files/static-mirroring/static-mirror-ssh-wrap index 3b1d9989..240fefec 100755 --- a/modules/roles/files/static-mirroring/static-mirror-ssh-wrap +++ b/modules/roles/files/static-mirroring/static-mirror-ssh-wrap @@ -76,7 +76,7 @@ do_rsync() { if [ -e "$COMPONENTLIST" ]; then for path in $(awk -v host="$(hostname -f)" '$2 == host {print $3}' $COMPONENTLIST); do - allowed_rsyncs+=("--server --sender -ltHrze.iLsf --safe-links . $path/.") + allowed_rsyncs+=("--server --sender -lHtrze.iLsf --safe-links . $path/.") done fi for cmd_idx in ${!allowed_rsyncs[*]}; do