fix mkdir /root/root@<host>/secret

previously /root/root@<host>/secret folder was created on the
destination host but /root/secret/ is required.

This commit fixes this behavior and creates the correct folder for
bootstrapping
This commit is contained in:
makefu 2015-08-04 14:55:06 +02:00
parent 00bc48d90f
commit 7d75cf113f

View File

@ -55,7 +55,7 @@ let
--exclude .git \
--exclude .graveyard \
--exclude old \
--rsync-path="mkdir -p \"$dst\" && rsync" \
--rsync-path="mkdir -p \"$2\" && rsync" \
--usermap=\*:0 \
--groupmap=\*:0 \
--delete-excluded \