diff options
-rw-r--r-- | handlers/rsync.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/handlers/rsync.in b/handlers/rsync.in index 13399c9..d0c211c 100644 --- a/handlers/rsync.in +++ b/handlers/rsync.in @@ -284,6 +284,10 @@ function eval_config { done IFS=$SAVEIFS set +o noglob + + # Make sure we'll run bash at the destination + ssh_cmd="$ssh_cmd /bin/bash" + } function rotate_short { |