hello everybody,
i;m trying to run minicom through crontab every 1 minute and i'm writing something like that:
*/1 * * * * /path/myminicom.scr
where myminicom.scr is a script calling minicom
every user has access and it is an executable file
but nothing happens...
its not working on crontab, does anybody knows why?
Thank you a lot!!!!!!!!!!
i;m trying to run minicom through crontab every 1 minute and i'm writing something like that:
*/1 * * * * /path/myminicom.scr
where myminicom.scr is a script calling minicom
every user has access and it is an executable file
but nothing happens...
its not working on crontab, does anybody knows why?
Thank you a lot!!!!!!!!!!
Comment