Skip to content
Snippets Groups Projects
Commit 33f330c0 authored by rhatto's avatar rhatto
Browse files

Force rsync handler run bash at the remote destination (upstream #3003)

parent 1f367b40
Branches
Tags
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment