Skip to content
Snippets Groups Projects
Unverified Commit b5d90719 authored by Andreas Ziegler's avatar Andreas Ziegler Committed by GitHub
Browse files

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
parents 06df8b7a 1cafcde9
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