Skip to content

Commit 61f5dc5

Browse files
whtang906JamesH65
authored andcommitted
Fix the mistyped back-ticks (raspberrypi#804)
1 parent 0770a49 commit 61f5dc5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

configuration/wireless/access-point.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,12 @@ Go to the end of the file and edit it so that it looks like the following:
3535
```
3636
interface wlan0
3737
static ip_address=192.168.4.1/24
38+
3839
```
3940
Now restart the dhcpcd daemon and set up the new `wlan0` configuration:
4041
```
41-
sudo systemctl restart dhcpcd
42+
sudo service dhcpcd restart
43+
4244
```
4345

4446
## Configuring the DHCP server (dnsmasq)

0 commit comments

Comments
 (0)