From f42cb0499ff05950c567b58393e81ffe77292b49 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 8 Dec 2012 19:15:31 +0100 Subject: [PATCH] Maybe this is better --- modules/roles/files/static-mirroring/static-master-ssh-wrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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." -- 2.20.1