]> git.ipfire.org Git - people/stevee/network.git/commitdiff
Fix typo
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 18 Aug 2017 13:09:08 +0000 (15:09 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 18 Aug 2017 13:09:08 +0000 (15:09 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/functions/functions.constants

index 1fad6288f73678c01abb52d105508b3457a1c0b2..4830622af35de87832b6bb07d279d637bfe11f19 100644 (file)
@@ -51,7 +51,7 @@ WPA_SUPPLICANT_CONF_DIR="/etc/wpa_supplicant"
 # Network file configuration.
 NETWORK_SETTINGS_FILE=${NETWORK_CONFIG_DIR}/config
 NETWORK_SETTINGS_FILE_PARAMS="DEBUG"
-NETWORK_WIRELESS_NETWORK_DIR="${NETWORK_CONFIG_DIR}/wireless/networks"
+NETWORK_WIRELESS_NETWORKS_DIR="${NETWORK_CONFIG_DIR}/wireless/networks"
 
 CONFIG_HOSTNAME="/etc/hostname"