Hi,
I'm new to cron and i'm running the script through a command line (SSH)...
Everything works perfect when I execute the script manually. The script btw, is just a simple script that checks an email account for an email and forwards it to a mailing list. As I have no idea when the user will send a mail the the list, I need to check the account often (say every 15 minutes or so)
The script:
/usr/bin/perl /home/sites/<hide my address>/cgi-bin/dada/plugins/dada_bridge.pl >/dev/null 2>&1
when run manually works perfect but when I try time it by appending 15 * * * * to the script
15 * * * * /usr/bin/perl /home/sites/<hide my address>/cgi-bin/dada/plugins/dada_bridge.pl >/dev/null 2>&1
I tried to use the watch command and got bash: command not found when the script tried to execute
mojo.skazat.com/support/documentation/dada_bridge.pl.html should give an idea of what i'm about!
I'm lost here and my host provider can't help with such a tech question as it does not realate to an issue/problem with the server........
Thanks guys n gals
