From ac3fc1afe98a0fe7a87a6cb06c4b606fc98e9791 Mon Sep 17 00:00:00 2001 From: Fred Hamster Date: Mon, 16 Dec 2024 19:51:53 -0500 Subject: [PATCH] added debugging in instigater --- scripts/core/remote_instigater.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/core/remote_instigater.sh b/scripts/core/remote_instigater.sh index 57926fde..3162da64 100644 --- a/scripts/core/remote_instigater.sh +++ b/scripts/core/remote_instigater.sh @@ -57,6 +57,8 @@ function instigate_remote_calls() for host in $host_list; do + echo -e "\nInstigating remote activity on host: ${host}.${domain_piece}" + # first we call our initialization process. echo "invoking local initialization operation '$init_op'..." squelch_unless_error bash "$init_op" "${host}.${domain_piece}" -- 2.34.1