From 1cb7de08f3b3c0d10ab240b59a89cdc0f7f3c1fd Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Wed, 10 Oct 2018 15:47:48 -0600 Subject: [PATCH] Add small delay to network startup * Will hopefully allow test-stations to update the hostname more reliably --- .linux_items/include/airootfs/etc/skel/.update_network | 1 + 1 file changed, 1 insertion(+) diff --git a/.linux_items/include/airootfs/etc/skel/.update_network b/.linux_items/include/airootfs/etc/skel/.update_network index 97b5783b..e7119a37 100755 --- a/.linux_items/include/airootfs/etc/skel/.update_network +++ b/.linux_items/include/airootfs/etc/skel/.update_network @@ -5,6 +5,7 @@ # Connect connect-to-network +sleep 2s IP="$(ip a show scope global \ | grep inet \