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

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