jamf / JAWA

Jamf Automation and Webhook Assistant
MIT License
133 stars 12 forks source link

webhook-auth branch crons #15

Closed jrhoads-unt closed 3 years ago

jrhoads-unt commented 3 years ago

It seems the crons on the webhook-auth branch are still using absolute paths instead of the new relative paths under the "data" folder. Is this expected to be fixed sometime?

ball42 commented 3 years ago

Added relative paths to the cron methods in the main > dev > webhook-auth branch and tested OK. @jrhoads-unt please pull the recent versions of new_cron_job.py and delete_cron_job.py from that branch to test in your environment. Thanks