From a08cc25cfc7a9d24222bd297b2dfadfb703a8107 Mon Sep 17 00:00:00 2001 From: Hristo Jelev Date: Mon, 27 Apr 2020 19:27:11 +0300 Subject: [PATCH] renamed the script --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d6fd25..05c301b 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,6 @@ Rename config.py.example to config.py and populate the needed variables Test the script. -Create a cron entry like this: +Create a cron entry like this (you might need to update the path on the cron entry below, depending on where you put the script): -*/2 * * * * /usr/bin/python /home/pi/scripts/cpu_mqtt.py +*/2 * * * * /usr/bin/python /home/pi/scripts/rpi-cpu2mqtt.py