diff --git a/rsync-antora-reference/src/rsync_docs.sh b/rsync-antora-reference/src/rsync_docs.sh index 8a9fd2b..10d1645 100755 --- a/rsync-antora-reference/src/rsync_docs.sh +++ b/rsync-antora-reference/src/rsync_docs.sh @@ -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 }