1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

update iiab-hotspot support files

This commit is contained in:
Jerry Vonau 2020-02-26 02:23:27 -06:00
parent d779094403
commit 4ac0d22ebd
3 changed files with 16 additions and 18 deletions

View file

@ -31,8 +31,8 @@ if [[ $(grep -i raspbian /etc/*release) &&
#)
#]];
then
ip link set dev wlan0 promisc on
echo "wlan0 promiscuous mode ON, internal AP OFF: github.com/iiab/iiab/issues/638"
# ip link set dev wlan0 promisc on
echo "wlan0 promiscuous mode ON, internal AP OFF: github.com/iiab/iiab/issues/638 DISABLED"
fi
exit 0