mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-29 03:33:19 -04:00
6 lines
109 B
Plaintext
6 lines
109 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
$TAIL_LOGS=$(echo $LOGS_TO_STDOUT | sed 's/|/ -f /g')
|
|
|
|
tail -f $LOGS_TO_STDOUT
|