/etc/init.d/S33hostapd: fix typo

This commit is contained in:
Calin Crisan 2020-05-29 00:55:20 +03:00
parent 55a825f8cd
commit c1184428d8

View File

@ -49,7 +49,7 @@ prepare_ap_iface() {
fi
msg_begin "Preparing AP interface"
iw dev ${wlan_interface} interface add ${OS_AP} type __ap &>/dev/null
iw dev ${wlan_iface} interface add ${OS_AP} type __ap &>/dev/null
test $? == 0 && msg_done || msg_fail
}