From 183cf44934a528a20ffa77755e8a419280ae5e5f Mon Sep 17 00:00:00 2001 From: garywill Date: Wed, 4 Oct 2023 11:21:50 +0800 Subject: [PATCH] remove duplicated hostapd.conf path info (will show after) --- lnxrouter | 1 - 1 file changed, 1 deletion(-) diff --git a/lnxrouter b/lnxrouter index f5dddcd..46c9a81 100755 --- a/lnxrouter +++ b/lnxrouter @@ -1865,7 +1865,6 @@ write_hostapd_conf() { else echo "WARN: WiFi is not protected by password" >&2 fi - echo "Config for current session is $CONFDIR/hostapd.conf" # Useful for sharing with other hostapd users. chmod 600 "$CONFDIR/hostapd.conf" }