]> git.ipfire.org Git - people/stevee/network.git/commitdiff
wpa_supplicant: Fix typo.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 8 Oct 2012 12:47:22 +0000 (12:47 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 8 Oct 2012 12:47:22 +0000 (12:47 +0000)
helpers/wpa_supplicant-config-helper

index bda44a902d86df679a1705cf7a9bbb817e284666..26805a979b78e5511399f98c4e745404f104e3dc 100755 (executable)
@@ -36,7 +36,7 @@ case "${action}" in
                zone_config_read ${zone} || exit $?
 
                wpa_supplicant_config_write ${zone} ${config_file} \
-                       --mode="${ENCRYPTION_MODE}" \
+                       --mode="${ENCRYPTION}" \
                        --ssid="${SSID}" \
                        --key="${KEY}" \
                || exit $?