1
0
Fork 0
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:
A Holt 2017-12-27 13:33:26 -05:00 committed by GitHub
parent 69832c0049
commit 66ed63c662
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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