STAM 327eb7feac
april update pack - part 2
TC Agents fix
GLR agents fix
2025-04-15 00:45:18 +03:00

10 lines
167 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
# Setup default Opts
: ${TORRUST_PORT:=1337}
: ${TORRUST_ADMIN:=1488}
echo "[torrust-tracker] Starting up"
cd /app
/app/torrust-tracker