forked from ungleich-public/cdist
Add quotes to rsync command
This commit is contained in:
parent
2db40d8d70
commit
d937d53f3d
1 changed files with 1 additions and 1 deletions
|
@ -36,5 +36,5 @@ fi
|
||||||
|
|
||||||
echo rsync -a \
|
echo rsync -a \
|
||||||
--no-owner --no-group \
|
--no-owner --no-group \
|
||||||
-e "$__remote_exec" \
|
-e \"$__remote_exec\" \
|
||||||
-q "$@" "${source}/" "${remote_user}@${__target_host}:${destination}"
|
-q "$@" "${source}/" "${remote_user}@${__target_host}:${destination}"
|
||||||
|
|
Loading…
Reference in a new issue