From d8d0eefca600e1ea0eb397cc56f11c2f299593d3 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 18 Aug 2017 17:50:53 +0000 Subject: [PATCH] wpa_supplicant: Doesn't like spaces here Signed-off-by: Michael Tremer --- src/functions/functions.wireless-networks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions/functions.wireless-networks b/src/functions/functions.wireless-networks index 5a090025..e48919f7 100644 --- a/src/functions/functions.wireless-networks +++ b/src/functions/functions.wireless-networks @@ -435,7 +435,7 @@ wireless_network_to_wpa_supplicant() { assert isset key_mgmt print_indent 0 "# ${SSID}" - print_indent 0 "network = {" + print_indent 0 "network={" print_indent 1 "ssid=\"${SSID}\"" # Priority -- 2.39.2