Files
docker-mods-uptime-kuma-tim…/root/etc/services.d/stdout-logs/run
T
2022-08-26 13:00:35 -04:00

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