From be08bccf0e1b33fd368285aa5783727ab1c9664b Mon Sep 17 00:00:00 2001 From: brad28b <70585927+brad28b@users.noreply.github.com> Date: Tue, 14 May 2024 13:47:13 +1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82062bb..3bd0fd4 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Your own local mysql-server - the database schema is provided in meshtastic.sql 4) Create your MySQL database. Call the database 'meshtastic'. You can use the database schema found in file meshtastic.sql 5) Create a user on your MySQL server, and grant it the necessary permissions to read and write to the database. 6) Edit monitor_mesh.py, and add in the credential values for your MQTT and MYSQL servers, and your Meshtastic node ID. -7) Give monitor_mesh.py execute permissions, using "chmod +x monitor_mesh.php" +7) Give monitor_mesh.py execute permissions, using "chmod +x monitor_mesh.py" 8) To run monitor_mesh.py: If you want to run in background mode, detached from your shell: "nohup ./monitor_mesh.py &> /dev/null &disown"