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