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

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