From 36f8026713e8776f8506cb340bf67a8cdc1a6f00 Mon Sep 17 00:00:00 2001 From: visocicaguy Date: Sat, 8 Oct 2016 21:43:20 +0200 Subject: [PATCH] */1 * * * * /usr/bin/python /home/pi/projects/tfm/controller/camera_send.py moved to activity.sh --- controller/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/README.md b/controller/README.md index 6a67112..38a0d62 100644 --- a/controller/README.md +++ b/controller/README.md @@ -11,7 +11,7 @@ crontab -e -u root #enter these lines */5 * * * * cd /home/pi/projects/tfm/controller && sh activity.sh */30 * * * * /usr/bin/python /home/pi/projects/tfm/controller/network_check.py -*/1 * * * * /usr/bin/python /home/pi/projects/tfm/controller/camera_capture.py +*/1 * * * * /usr/bin/python /home/pi/projects/tfm/controller/camera_capture.py ``` 4. add following lines at the end of /etc/rc.local