added debugging in instigater
authorFred Hamster <fred@gruntose.com>
Tue, 17 Dec 2024 00:51:53 +0000 (19:51 -0500)
committerFred Hamster <fred@gruntose.com>
Tue, 17 Dec 2024 00:51:53 +0000 (19:51 -0500)
scripts/core/remote_instigater.sh

index 57926fde932bea33db80a5d9bc9b93e3e9e1ddae..3162da64f44e1e34be35aafe625deab7c588ffce 100644 (file)
@@ -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}"