Files
docker-mods-uptime-kuma-tim…/root/etc/services.d/stdout-logs/run
T
2021-12-17 10:58:31 -05:00

6 lines
104 B
Plaintext

#!/usr/bin/with-contenv bash
$TAIL_LOGS=$(echo $LOGS_TO_STDOUT | sed 's/|/ -f /g')
tail -f $TAIL_LOGS