mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-02 22:42:47 -04:00
Corrected shebang
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
## !/usr/bin/with-contenv bash
|
#!/usr/bin/with-contenv bash
|
||||||
|
|
||||||
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user