Periodic script execution

Posted by Vagelism on Ask Ubuntu See other posts from Ask Ubuntu or by Vagelism
Published on 2012-09-09T15:40:12Z Indexed on 2012/09/09 15:49 UTC
Read the original article Hit count: 160

Filed under:
|
|

I made a script that sends my local sensors temperature to a server in the internet and then I can see a graph of it. Everything works fine when I execute it manully. I have the latest ubuntu version. When it comes to run periodically every minute with crontab then nothing works. It doesnt send anything. I tried to run it as SUDO and as user, I tried to add it in the crontab file to run it from several locations like /bin/myscript.sh , /user/Desktop and many others...Nothing seems to work. Any Idea how to solve it? Thank you!

© Ask Ubuntu or respective owner

Related posts about 12.04

Related posts about scripts