configurehood: Wait for the config AP to build when in sta mode

The configurehood script is started at the same time for all
routers. Thus, if one router sets up its configap, another may
just go into wXsta at the very same moment. This creates a race
condition between configap setup and wXsta download.

To circumvent this, we add a sleep to the wXsta routine, so the
wXsta always comes later, but is still run every 5 minutes.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Reviewed-by: Fabian Bläse <fabian@blaese.de>
This commit is contained in:
Adrian Schmutzler 2017-11-23 22:50:09 +01:00 committed by Tim Niemeyer
parent 7b0add8c70
commit 696c983f22
1 changed files with 2 additions and 0 deletions

View File

@ -81,6 +81,8 @@ else
rm -f "$hoodfilecopy" # delete this, so interfaces are recreated if reconnect with unchanged hood file takes place
rm -f "$sectorcopy" # always delete: no broadcast for isolated device
rm -f "$sectortmp"
sleep 30 # Wait for the config AP, which may be created at the same time as this script has started
if ! wifiDelIface; then
echo "Can't delete current wifi setup"