mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-24 11:46:30 +00:00
/etc/init.d/S33hostapd: fix typo
This commit is contained in:
parent
55a825f8cd
commit
c1184428d8
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user