deprecate

This commit is contained in:
aptalca
2022-09-03 14:24:57 -04:00
parent 44dcf312ed
commit 0dcff6e88a
2 changed files with 30 additions and 0 deletions
+15
View File
@@ -1,5 +1,20 @@
#!/usr/bin/with-contenv bash
echo '
***********************************************************
***********************************************************
**** ****
**** ****
**** This mod "linuxserver/mods:wait-for-internet" ****
**** ****
**** ****
**** has been deprecated and will not receive updates ****
**** ****
**** ****
**** ****
***********************************************************
***********************************************************'
# 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
@@ -1,5 +1,20 @@
#!/usr/bin/with-contenv bash
echo '
***********************************************************
***********************************************************
**** ****
**** ****
**** This mod "linuxserver/mods:wait-for-internet" ****
**** ****
**** ****
**** has been deprecated and will not receive updates ****
**** ****
**** ****
**** ****
***********************************************************
***********************************************************'
# 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