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