t2-stat-parser/app/t2-stat-parser/parser-daemon.sh

9 lines
160 B
Bash
Executable file

#!/bin/sh
echo "T2 Stat Parser Running...";
# Run this initially, then we'll execute this on a schedule
./start.sh
# Keep container running
tail -f /dev/null