Skip to content

Commit

Permalink
Merge pull request freifunk-gluon#2792 from freifunk-gluon/master-ath…
Browse files Browse the repository at this point in the history
…79-bugfix

gluon-core:  sleep to wait for device initialisations
  • Loading branch information
AiyionPrime authored Feb 25, 2023
2 parents be672ed + d97673f commit f71e31a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package/gluon-core/files/etc/uci-defaults/zzz-gluon-upgrade
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#!/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 comments on commit f71e31a

Please sign in to comment.