wait 1 min after boot before checking

pull/39/head
Botspot 5 years ago
parent eb24ed2d7e
commit c7bda819b9

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

Loading…
Cancel
Save