mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-29 19:50:53 -04:00
7 lines
142 B
Plaintext
7 lines
142 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
|