updated to dns name

This commit is contained in:
2025-10-30 18:58:36 -04:00
parent 21b69fd8d4
commit 46794e4be0

View File

@@ -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