mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-01 04:21:56 -04:00
7 lines
139 B
Plaintext
Executable File
7 lines
139 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
|
|
TAIL_LOGS=$(echo "$LOGS_TO_STDOUT" | sed 's#|# #g')
|
|
|
|
echo "Executing: tail -F $TAIL_LOGS"
|
|
tail -F $TAIL_LOGS
|