Updated numbering of script to be executed earlier

This commit is contained in:
N3rdP1um23
2021-02-07 12:01:16 -05:00
parent e28bb44500
commit e8bc3cc707
@@ -0,0 +1,7 @@
## !/usr/bin/with-contenv bash
# Loop until an active internet connection is established
until $(curl --max-time 60 -s -o /dev/null https://www.linuxserver.io/); do
# Sleep to allow cooldown
sleep 10
done