From 85da4764edb9dee15484a16219a2e4f028e9cc83 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 18 Aug 2017 15:09:08 +0200 Subject: [PATCH 1/1] Fix typo Signed-off-by: Michael Tremer --- src/functions/functions.constants | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.2