mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
record HOSTAPD_ENABLED=True into iiab.env
This commit is contained in:
parent
fa47bc1d41
commit
2c58341de5
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,6 @@ if grep -qi raspbian /etc/*release; then
|
|||
ip link set dev wlan0 promisc off
|
||||
fi
|
||||
|
||||
sed -i -e "s/^hostapd_enabled.*/hostapd_enabled = True/" /etc/iiab/iiab.ini
|
||||
sed -i -e "s/^HOSTAPD_ENABLED.*/HOSTAPD_ENABLED=True/" /etc/iiab/iiab.env
|
||||
|
||||
echo -e "\nPlease consider rebooting now.\n"
|
||||
|
|
Loading…
Reference in a new issue