From: Fred Hamster Date: Tue, 17 Dec 2024 00:51:53 +0000 (-0500) Subject: added debugging in instigater X-Git-Tag: 2.140.189^2~61 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=ac3fc1afe98a0fe7a87a6cb06c4b606fc98e9791;p=feisty_meow.git added debugging in instigater --- 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}"