diff options
-rw-r--r-- | handlers/rsync.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/handlers/rsync.in b/handlers/rsync.in index e253c5c..81bd5b4 100644 --- a/handlers/rsync.in +++ b/handlers/rsync.in @@ -281,6 +281,9 @@ function eval_config { excludes="$excludes --exclude=$path" done + # Make sure we'll run bash at the destination + ssh_cmd="$ssh_cmd /bin/bash" + } function rotate_short { |