From 5f40f38ac6a45377ef50da7e7f6c79698e16be46 Mon Sep 17 00:00:00 2001 From: Zandor Smith <info@zsinfo.nl> Date: Fri, 5 Jan 2018 08:23:07 +0100 Subject: [PATCH] Reboot. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 183772f..98f25a9 100644 --- a/README.md +++ b/README.md @@ -38,4 +38,6 @@ php /home/pi/sensor/updateSensor.php and add the following crontab using `sudo crontab -e`. ``` @reboot php /home/pi/sensor/updateSensor.php -``` \ No newline at end of file +``` + +Then reboot your Raspberry Pi to make the crontab start for the first time. \ No newline at end of file -- GitLab