From 0dcff6e88a777d38973e655a60d2202a505d98e5 Mon Sep 17 00:00:00 2001 From: aptalca Date: Sat, 3 Sep 2022 14:24:57 -0400 Subject: [PATCH] deprecate --- root/etc/cont-init.d/15-wait-for-internet | 15 +++++++++++++++ .../init-mod-universal-wait-for-internet/run | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/root/etc/cont-init.d/15-wait-for-internet b/root/etc/cont-init.d/15-wait-for-internet index 6775102..e11d834 100644 --- a/root/etc/cont-init.d/15-wait-for-internet +++ b/root/etc/cont-init.d/15-wait-for-internet @@ -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 diff --git a/root/etc/s6-overlay/s6-rc.d/init-mod-universal-wait-for-internet/run b/root/etc/s6-overlay/s6-rc.d/init-mod-universal-wait-for-internet/run index 88a06a6..fc98f82 100755 --- a/root/etc/s6-overlay/s6-rc.d/init-mod-universal-wait-for-internet/run +++ b/root/etc/s6-overlay/s6-rc.d/init-mod-universal-wait-for-internet/run @@ -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