Skip to content

Commit 87b4ae2

Browse files
authored
Merge pull request #429 from Paraphraser/20211015-getting-started-master
20211015 Getting started documentation
2 parents fe9b065 + f036abe commit 87b4ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Getting-Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ If you are still running on gcgarner/IOTstack and need to migrate to SensorsIot/
126126
Run the following commands:
127127

128128
```
129-
$ sudo bash -c '[ $(egrep -c "^allowinterfaces eth*,wlan*" /etc/dhcpcd.conf) -eq 0 ] && echo "allowinterfaces eth*,wlan*" >> /etc/dhcpcd.conf'
129+
$ sudo bash -c '[ $(egrep -c "^allowinterfaces eth\*,wlan\*" /etc/dhcpcd.conf) -eq 0 ] && echo "allowinterfaces eth*,wlan*" >> /etc/dhcpcd.conf'
130130
$ sudo reboot
131131
```
132132

0 commit comments

Comments
 (0)