From: Michael Tremer Date: Fri, 18 Aug 2017 13:09:08 +0000 (+0200) Subject: Fix typo X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=85da4764edb9dee15484a16219a2e4f028e9cc83;p=people%2Fstevee%2Fnetwork.git Fix typo Signed-off-by: Michael Tremer --- diff --git a/src/functions/functions.constants b/src/functions/functions.constants index 1fad6288..4830622a 100644 --- a/src/functions/functions.constants +++ b/src/functions/functions.constants @@ -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"