Is log file still showing same error messages?
I would suggest you to try a simple script Quote:
#cat simple.sh
date > /home/lg/log.txt
| just places current time in a file.
Edit crontab,so that script runs every 2 minutes . Quote: |
*/2 * * * * lg /bin/bash /home/lg/simple.sh
| After every two minutes , /home/lg/log.txt will have current time.
Does this work?
if so ,then there must be some issue your OutSmsProcessor.sh file content.
__________________
- Lakshmipathi.G
-------------------
FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-------------------
|