From fbad5607d38c8fb95b97b690eb6e3410646705a7 Mon Sep 17 00:00:00 2001 From: Igor Date: Fri, 30 Dec 2022 10:33:30 +0100 Subject: [PATCH] Quick patch for hostapd. We want to install it only when needed, but since we are reworking this tool a quick fix as this one should do --- debian-config-submenu | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-config-submenu b/debian-config-submenu index 5a81e6d..3553c86 100644 --- a/debian-config-submenu +++ b/debian-config-submenu @@ -180,6 +180,7 @@ while true; do LIST+=( "IP" "Select dynamic or edit static IP address" ) # hostapd + sudo apt-get -y -qq install hostapd > /dev/null HOSTAPDBRIDGE=$(cat /etc/hostapd.conf 2> /dev/null | grep -w "^bridge=br0") HOSTAPDSTATUS=$(service hostapd status 2> /dev/null | grep -w active | grep -w running) if [[ -n "$HOSTAPDSTATUS" ]]; then