CRON job - calling URL
-
Hi everybody
I have installed the cron package.
The cron works - however - I am strulling to have the cron job to call a URL, I have tried with "wget {URL]" but no luck,
Any goods hints? -
@mhank wget is not installed on pfSense.
You'll either need to side-load it (which will not carry over from backup to restore) or find another tool that can do that task such as curl (/usr/local/bin/curl)
-
@rcoleman-netgate THANK YOU :)
That did the trick