hello,

I have the following entry in crontab for running 2 scheduled tasks as shell
scrips.

[EMAIL PROTECTED]
0,5,10,15,20,25,30,35,40,45,50,55 * * * *
/usr2/home/123wea38/bin/automail.sh
30 5 * * * /usr2/home/123wea38/bin/newsletter.sh

script files are the following

#!/bin/sh
/usr/java/j2sdk1.4.0/bin/java -jar /usr2/home/123wea38/bin/au_re.jar 3

#!/bin/sh
/usr/java/j2sdk1.4.0/bin/java -jar /usr2/home/123wea38/bin/au_re.jar 2

here the shell scripts are not getting executed, i am getting the following
mail.

/bin/sh: /usr2/home/123wea38/bin/automail.sh

scripts are running from the console !

please check it and tell me where i am going wrong.

-biju



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to