From 3c5711e5c16bcdbc1734d884b23f08e4a73adf6d Mon Sep 17 00:00:00 2001 From: tux Date: Thu, 11 Sep 2025 15:48:11 +0200 Subject: [PATCH] Fix syntax error --- mon | 1 - 1 file changed, 1 deletion(-) diff --git a/mon b/mon index 7ea9b7a..a3f4e17 100755 --- a/mon +++ b/mon @@ -87,7 +87,6 @@ if [[ -f "hostapd-wpe.conf" ]]; then echo "[+] Found hostapd-wpe.conf in the current directory. Using it." # Import channel variable only source <(grep -E '^[[:space:]]*channel[[:space:]]*=' hostapd-wpe.conf - else echo "[!] hostapd-wpe.conf not found in the current directory. Using the default: /etc/hostapd-wpe/hostapd-wpe.conf" source <(grep -E '^[[:space:]]*channel[[:space:]]*=' /etc/hostapd-wpe/hostapd-wpe.conf