Hello,
i need to run the following cron
* * * * * wget --spider -O - https://domain.com/instagram/post/cron >/dev/null 2>&1
it shouts out an error. i tried to add complete path to wget by adding /usr/bin/wget
but no improvement.
i need to run the following cron
* * * * * wget --spider -O - https://domain.com/instagram/post/cron >/dev/null 2>&1
it shouts out an error. i tried to add complete path to wget by adding /usr/bin/wget
but no improvement.