projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5e7d0b
)
added debugging in instigater
author
Fred Hamster
<fred@gruntose.com>
Tue, 17 Dec 2024 00:51:53 +0000
(19:51 -0500)
committer
Fred Hamster
<fred@gruntose.com>
Tue, 17 Dec 2024 00:51:53 +0000
(19:51 -0500)
scripts/core/remote_instigater.sh
patch
|
blob
|
history
diff --git
a/scripts/core/remote_instigater.sh
b/scripts/core/remote_instigater.sh
index 57926fde932bea33db80a5d9bc9b93e3e9e1ddae..3162da64f44e1e34be35aafe625deab7c588ffce 100644
(file)
--- 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}"