summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/8021x1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/8021x b/src/8021x
index cbc8588..267a358 100644
--- a/src/8021x
+++ b/src/8021x
@@ -167,6 +167,7 @@ make_wpa_config_file() {
local WPA_CONF="$STATE_DIR/wpa.${interface}" # substitute spaces out
# make empty tmp dir with correct permissions, rename it
+ check_make_state_dir
rm -rf "$WPA_CONF"
mv -f "$(mktemp -d --tmpdir=$STATE_DIR)" "$WPA_CONF" || return 1
echo "ctrl_interface=/run/wpa_supplicant" >> "$WPA_CONF/wpa.conf" # we know $WPA_CONF now has no spaces, but it may have other nasty chars, so still needs to be quoted