From: Peter Palfrader Date: Sat, 8 Dec 2012 18:15:31 +0000 (+0100) Subject: Maybe this is better X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=f42cb0499ff05950c567b58393e81ffe77292b49;p=mirror%2Fdsa-puppet.git Maybe this is better --- diff --git a/modules/roles/files/static-mirroring/static-master-ssh-wrap b/modules/roles/files/static-mirroring/static-master-ssh-wrap index 94a41f407..06ab715f4 100755 --- a/modules/roles/files/static-mirroring/static-master-ssh-wrap +++ b/modules/roles/files/static-mirroring/static-master-ssh-wrap @@ -77,12 +77,12 @@ do_rsync() { if [ "$*" = "$args -new-/" ] ; then local path="$BASEDIR/current-push" info "serving $remote_host with $path" - rsync $args "$path" + rsync $args "$path/." elif [ "$*" = "$args . -live-/" ] ; then local path="$BASEDIR/current-live" info "host $remote_host wants $path, acquiring lock" lock 200 "$path" 0 - rsync $args "$path" + rsync $args "$path/." else info "NOT allowed for $remote_host: rsync $*" echo >&2 "This rsync command ($@) not allowed."