gluon-mesh-batman-adv-core: add sleep to autoupdater network stop script
Accidentially forgot to commit this. The sleep is necessary so netifd can actually stop the WLAN interfaces after `wifi down`.
This commit is contained in:
parent
8f5a7c9001
commit
64fdc0d7ba
@ -3,5 +3,6 @@
|
|||||||
. /lib/gluon/autoupdater/lib.sh
|
. /lib/gluon/autoupdater/lib.sh
|
||||||
|
|
||||||
wifi down
|
wifi down
|
||||||
|
sleep 1
|
||||||
stop network
|
stop network
|
||||||
ip link del bat0
|
ip link del bat0
|
||||||
|
Loading…
Reference in New Issue
Block a user