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