Merge pull request #2798 from freifunk-gluon/backport-2792-to-v2022.1.x

[Backport v2022.1.x] gluon-core:  sleep to wait for device initialisations
This commit is contained in:
Andreas Ziegler 2023-02-26 00:22:12 +01:00 committed by GitHub
commit b5d90719cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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