Could someone help me adding a new cronjob?
I've inserted a script in folder /etc/cron.hourly, but it isn't running.
I've also tried to create a new cronjob with crontab -e, but didn't run either.
Is not a problem with the .sh file, it runs fine when I execute the command ./noip.sh
Here's the crontab commands I've tried:
*/15 * * * * /usr/noip.sh */15 * * * root /usr/noip.sh