Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rwinch committed Mar 18, 2024
1 parent 9d51426 commit 8fb9279
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rsync-antora-reference/src/rsync_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ __rsync_docs() {
# Disable filename expansion (globbing)
# https://www.gnu.org/software/bash/manual/html_node/The-Set-Builtin.html
set -f
echo "rsync_opts $rsync_opts"
rsync $rsync_opts -e "ssh -i $ssh_private_key_path" $local_path/ "$ssh_host:$ssh_host_path"
set +f
}
Expand Down

0 comments on commit 8fb9279

Please sign in to comment.