From bd0dce8489db4626a0c3fa1e94764a1dcb8b58d1 Mon Sep 17 00:00:00 2001 From: Fred Hamster Date: Sat, 14 Dec 2024 17:57:14 -0500 Subject: [PATCH] switching to host strider to run commands --- .../fred/scripts/jobby/archie_grabber.sh | 29 ++++++++++++------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/scripts/customize/fred/scripts/jobby/archie_grabber.sh b/scripts/customize/fred/scripts/jobby/archie_grabber.sh index abf74d60..c985e70f 100644 --- a/scripts/customize/fred/scripts/jobby/archie_grabber.sh +++ b/scripts/customize/fred/scripts/jobby/archie_grabber.sh @@ -27,16 +27,25 @@ function grab_archies() popd continue fi - # the tricky code below just cleans up any archive dirs on the host by hiding them - # under an old junk folder. that can be cleaned up later as desired. - ssh ${host}.${domain_piece} bash <