mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-04 23:35:13 -04:00
switch to hybrid
This commit is contained in:
@@ -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
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
oneshot
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
/etc/s6-overlay/s6-rc.d/init-mod-universal-wait-for-internet/run
|
||||||
Reference in New Issue
Block a user