diff options
author | intrigeri <intrigeri@boum.org> | 2014-05-03 13:24:08 +0000 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2014-05-03 13:24:08 +0000 |
commit | 179eb70b8ca77688d82a60fb36163f55459407b7 (patch) | |
tree | a2f67fa1715d6b8e797799475c8aaaec436cb69c | |
parent | 9e1d98a2532be9148b4e355b26a94792e13684b2 (diff) | |
parent | 33f330c0a3f6014af14e3c41f7dcc728f86c54b8 (diff) | |
download | backupninja-179eb70b8ca77688d82a60fb36163f55459407b7.tar.gz backupninja-179eb70b8ca77688d82a60fb36163f55459407b7.tar.bz2 |
Merge remote-tracking branch 'sarava/bug/3003'
Conflicts:
handlers/rsync.in
-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 { |