Skip to content
Snippets Groups Projects
Unverified Commit f71e31a2 authored by Jan-Niklas Burfeind's avatar Jan-Niklas Burfeind Committed by GitHub
Browse files

Merge pull request #2792 from freifunk-gluon/master-ath79-bugfix

gluon-core:  sleep to wait for device initialisations
parents be672eda d97673f7
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
# Work around an issue with wifi setup timing by waiting a bit
# while device initialisation is ongoing.
# https://github.com/freifunk-gluon/gluon/issues/2779
sleep 3
gluon-reconfigure
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment