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