Added cronjob not working

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.

Here’s the crontab commands I’ve tried:

*/15 * * * * /usr/noip.sh

*/15 * * * root /usr/noip.sh

Hello,

Are you getting any specific error?

Let’s see what other users can provide you on this case.

I guess it was a script error, thanks.