won't get here

pull/1/head
Jordan Sokolic 2020-04-17 16:19:50 +03:00
parent 0ba1fa63b1
commit c9f143047d
1 changed files with 1 additions and 1 deletions

2
run.sh
View File

@ -71,7 +71,7 @@ function _set_hairpin() {
sudo ip netns exec $CONTAINER ip link set $WIFI_IFACE type bridge_slave hairpin on 2>/dev/null && { echo 'ok'; break; }
sleep 3
done
if [[ $i -gt 10 ]]; then
if [[ $i -ge 10 ]]; then
echo -e "\ncouldn't set hairpin mode, wifi clients will probably be unable to talk to each other"
fi
}