Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - kellergoech

#1
For me the setup did not work (file not found) until I discovered this:

https://github.com/opnsense/core/issues/9252

so instead of
Path: /usr/local/bin/check_opnsense_update.sh
I made this:
Path: /bin/sh '/usr/local/bin/check_opnsense_update.sh'and now its working - if someone runs into the same problem.