From 8fb92795254c1ef2deb67c0c2759bb34214de0f7 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Mon, 18 Mar 2024 15:03:36 -0500 Subject: [PATCH] debug --- rsync-antora-reference/src/rsync_docs.sh | 1 + 1 file changed, 1 insertion(+) 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 }