Files
igmg-ics/updater/entrypoint.sh
2025-12-26 14:51:20 +01:00

9 lines
132 B
Bash

#!/bin/sh
set -eu
echo "[updater] Initial update…"
python /app/update.py || true
echo "[updater] Starting cron…"
exec cron -f