From 46794e4be0dcae5e98f6d8fdc0dcebcdd8843a10 Mon Sep 17 00:00:00 2001 From: John Gaunt Date: Thu, 30 Oct 2025 18:58:36 -0400 Subject: [PATCH] updated to dns name --- scrutinty.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrutinty.sh b/scrutinty.sh index d2742eb..d792feb 100644 --- a/scrutinty.sh +++ b/scrutinty.sh @@ -42,7 +42,7 @@ jq -c .assets[] <<< ${HTML_SOURCE} | while read i; do chmod +x "${SCRUTINY_DIRECTORY}/${name}" cat << EOF > /etc/cron.daily/scrutiny #!/bin/bash -"${SCRUTINY_DIRECTORY}/${name}" run --api-endpoint="http://10.0.20.20:8080" --host-id $(hostname) +"${SCRUTINY_DIRECTORY}/${name}" run --api-endpoint="http://gauntscrutiny.home.johnhgaunt.com:8080" --host-id $(hostname) EOF chmod +x /etc/cron.daily/scrutiny /etc/cron.daily/scrutiny