summaryrefslogtreecommitdiffstats
path: root/src/8021x
diff options
context:
space:
mode:
Diffstat (limited to 'src/8021x')
-rw-r--r--src/8021x1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/8021x b/src/8021x
index 0a39e82..8cdf0d5 100644
--- a/src/8021x
+++ b/src/8021x
@@ -169,6 +169,7 @@ make_wpa_config_file() {
# make empty tmp dir with correct permissions, rename it
check_make_state_dir
# create symlink for old compatibility
+ mkdir -p /run/wpa_supplicant
if [ ! -e /var/run/wpa_supplicant ]; then
ln -s /run/wpa_supplicant /var/run
fi