From dfc957fe171e93ac8e75bcdd904df002ca0754a4 Mon Sep 17 00:00:00 2001 From: Xavier MULLER <33861984+localhost61@users.noreply.github.com> Date: Tue, 18 Dec 2018 03:25:35 +0100 Subject: [PATCH] Updated Python HTTP OTA Server (markdown) --- Python-HTTP-OTA-Server.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Python-HTTP-OTA-Server.md b/Python-HTTP-OTA-Server.md index 529b11d9..ea74149e 100644 --- a/Python-HTTP-OTA-Server.md +++ b/Python-HTTP-OTA-Server.md @@ -91,11 +91,12 @@ WantedBy=multi-user.target ``` - User rights -We have created those files and directories as root but it is not desirable, the option `User=XYZ` should be uncommented and `XYZ` replaced by you usernane. +We have created those files and directories as `root` but it is not desirable, the option `User=XYZ` should be uncommented and `XYZ` replaced by you usernane. -In the following command too, replace twice `XYZ` by your username : +In the following commands too, replace 4 time `XYZ` by your username : ``` # chown -hR XYZ:XYZ /srv/tasmota +# chown XYZ:XYZ /etc/systemd/system/tasmota.service ``` - Run the service ```