From 441bbea3a5f4506d80d9c7d2c5a73a7f0191dcd9 Mon Sep 17 00:00:00 2001 From: pdxlocations <117498748+pdxlocations@users.noreply.github.com> Date: Fri, 13 Dec 2024 10:54:21 -0800 Subject: [PATCH] Insert missing slash (#1621) Full path needs to start with forward slash. --- .../devices/linux-native-hardware/linux-native-hardware.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hardware/devices/linux-native-hardware/linux-native-hardware.mdx b/docs/hardware/devices/linux-native-hardware/linux-native-hardware.mdx index 5c410017..8f3b7aa5 100644 --- a/docs/hardware/devices/linux-native-hardware/linux-native-hardware.mdx +++ b/docs/hardware/devices/linux-native-hardware/linux-native-hardware.mdx @@ -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: