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

gluon-core:  sleep to wait for device initialisations
This commit is contained in:
Jan-Niklas Burfeind 2023-02-26 00:10:45 +01:00 committed by GitHub
commit f71e31a211
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,10 @@
#!/bin/sh #!/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 gluon-reconfigure
exit 0 exit 0