mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
minor fix to regexp
This commit is contained in:
parent
69832c0049
commit
66ed63c662
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
sed -i -e "s/^denyinterfaces*/#denyinterfaces/" /etc/dhcpcd.conf
|
sed -i -e "s/^denyinterfaces/#denyinterfaces/" /etc/dhcpcd.conf
|
||||||
systemctl disable hostapd
|
systemctl disable hostapd
|
||||||
systemctl stop hostapd
|
systemctl stop hostapd
|
||||||
systemctl disable dhcpd
|
systemctl disable dhcpd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue