mirror of https://github.com/arendst/Tasmota.git
Typo and if already root no need to sudo
parent
3e0a82d309
commit
5d98738af1
|
@ -97,9 +97,9 @@ If you reboot the server, the service should startup again.
|
|||
|
||||
- After a power failure, local HTTP OTA server may become unresponsive
|
||||
|
||||
If your notice that the OTA mechanism is broken, try at first to download the served file from a browser. If you can't, then check the status of the service as said above. After a power failure, your wlan0 IP may resolve to an invalid value like `169.254.5.153` because your LAN gateway was not ready.
|
||||
If you notice that the OTA mechanism is broken, try at first to download the served file from a browser. If you can't, then check the status of the service as said above. After a power failure, your wlan0 IP may resolve to an invalid value like `169.254.5.153` because your LAN gateway was not ready.
|
||||
|
||||
Login as root in a Terminal session and enter:
|
||||
Login in a Terminal session and enter:
|
||||
```
|
||||
$ sudo su
|
||||
# systemctl restart tasmota.service
|
||||
|
|
Loading…
Reference in New Issue