updated to run the script after install

This commit is contained in:
2025-10-30 18:27:14 -04:00
parent 1e87454763
commit cd46b36554

View File

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