From c7bda819b979bc794fd5ff7848724d1f8c36bcf3 Mon Sep 17 00:00:00 2001 From: Botspot Date: Wed, 21 Oct 2020 10:28:41 -0500 Subject: [PATCH] wait 1 min after boot before checking --- updater | 1 + 1 file changed, 1 insertion(+) diff --git a/updater b/updater index 0169f90..3827bfa 100755 --- a/updater +++ b/updater @@ -42,6 +42,7 @@ fi installedonly="$1" if [ "$installedonly" == 'installedonly' ];then nocheck=0 #forcibly check, even if time interval doesn't call for it + sleep 1m #wait a minute, this is so the system will have booted all the way for an internet connection fi if [ $nocheck == 1 ];then