]> git.ipfire.org Git - people/stevee/network.git/blobdiff - src/functions/functions.wpa_supplicant
Forgot to move one line
[people/stevee/network.git] / src / functions / functions.wpa_supplicant
index bc82a40ce775c42f64a6dd53040b91407d98278e..0da38ccd46bb908fb8067a3de325ae38f9ba999d 100644 (file)
@@ -28,6 +28,7 @@ wpa_supplicant_config_header() {
        print "ctrl_interface=${WPA_SUPPLICANT_SOCKET_DIR}"
 
        # Honour country
+       local country="$(wireless_get_reg_domain)"
        if isset country; then
                print "country=${country}"
        fi