mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 05:06:39 +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
|
fi
|
||||||
|
|
||||||
msg_begin "Preparing AP interface"
|
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
|
test $? == 0 && msg_done || msg_fail
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user