From 6b68a2a989c9ff99fd7e9affa4f4f8cb9ba5f363 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Fri, 13 Dec 2024 23:59:08 -0500 Subject: [PATCH] config/network/wpa_supplicant: use the default wpa_supplicant conf to reduce confusion and make it easier to type out, just append it to the default conf file --- src/config/network/wpa_supplicant.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/network/wpa_supplicant.md b/src/config/network/wpa_supplicant.md index d4e868ee8..461cfa213 100644 --- a/src/config/network/wpa_supplicant.md +++ b/src/config/network/wpa_supplicant.md @@ -24,7 +24,7 @@ To use WPA-PSK, generate a pre-shared key with output to the relevant `wpa_supplicant.conf` file: ``` -# wpa_passphrase >> /etc/wpa_supplicant/wpa_supplicant-.conf +# wpa_passphrase >> /etc/wpa_supplicant/wpa_supplicant.conf ``` ## WPA-EAP