aboutsummaryrefslogtreecommitdiff
path: root/scripts/entrypoint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/entrypoint.sh')
-rw-r--r--scripts/entrypoint.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/entrypoint.sh b/scripts/entrypoint.sh
index e40b462..c61a0ff 100644
--- a/scripts/entrypoint.sh
+++ b/scripts/entrypoint.sh
@@ -4,6 +4,7 @@ set -euo pipefail
cat <<EOF >> /etc/cron.d/crontab
PYTHON_PATH=/usr/local/bin/python3
SCRIPT_PREFIX=/scripts
+SCRIPT_TIMEOUT=${SCRIPT_TIMEOUT:-300}
TRANSMISSION_HOST=${TRANSMISSION_HOST:-localhost}
TRANSMISSION_PORT=${TRANSMISSION_PORT:-9091}
EOF