mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-02 08:42:11 -08:00
Insert missing slash (#1621)
Full path needs to start with forward slash.
This commit is contained in:
parent
55a52487c5
commit
441bbea3a5
|
@ -245,7 +245,7 @@ sudo apt install avahi-daemon
|
|||
|
||||
Create the service file:
|
||||
```shell
|
||||
sudo nano etc/avahi/services/meshtastic.service
|
||||
sudo nano /etc/avahi/services/meshtastic.service
|
||||
```
|
||||
|
||||
And paste the following:
|
||||
|
|
Loading…
Reference in a new issue