From cd46b3655451afcca08d380aeb6f81d37009cedf Mon Sep 17 00:00:00 2001 From: John Gaunt Date: Thu, 30 Oct 2025 18:27:14 -0400 Subject: [PATCH] updated to run the script after install --- scrutinty.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scrutinty.sh b/scrutinty.sh index ba71ed3..b87b98d 100644 --- a/scrutinty.sh +++ b/scrutinty.sh @@ -41,5 +41,6 @@ jq -c .assets[] <<< ${HTML_SOURCE}| while read i; do "${SCRUTINY_DIRECTORY}/${name}" run --api-endpoint="http://10.0.20.20:8080" --host-id $(hostname) EOF chmod +x /etc/cron.daily/scrutiny + /etc/cron.daily/scrutiny fi done \ No newline at end of file