mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +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
|
||||
sed -i -e "s/^denyinterfaces*/#denyinterfaces/" /etc/dhcpcd.conf
|
||||
sed -i -e "s/^denyinterfaces/#denyinterfaces/" /etc/dhcpcd.conf
|
||||
systemctl disable hostapd
|
||||
systemctl stop hostapd
|
||||
systemctl disable dhcpd
|
||||
|
|
Loading…
Reference in a new issue