mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-19 09:53:02 -04:00
deprecate
This commit is contained in:
@@ -1,5 +1,20 @@
|
|||||||
#!/usr/bin/with-contenv bash
|
#!/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
|
# Loop until an active internet connection is established
|
||||||
until $(curl --max-time 60 -s -o /dev/null https://www.linuxserver.io/); do
|
until $(curl --max-time 60 -s -o /dev/null https://www.linuxserver.io/); do
|
||||||
# Sleep to allow cooldown
|
# Sleep to allow cooldown
|
||||||
|
|||||||
@@ -1,5 +1,20 @@
|
|||||||
#!/usr/bin/with-contenv bash
|
#!/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
|
# Loop until an active internet connection is established
|
||||||
until $(curl --max-time 60 -s -o /dev/null https://www.linuxserver.io/); do
|
until $(curl --max-time 60 -s -o /dev/null https://www.linuxserver.io/); do
|
||||||
# Sleep to allow cooldown
|
# Sleep to allow cooldown
|
||||||
|
|||||||
Reference in New Issue
Block a user