#!/bin/bash # Auto-update wrapper called by cron. set -euo pipefail if [[ -z "${HF_TOKEN:-}" ]]; then echo "$(date -u +%FT%TZ) aether-auto-update: HF_TOKEN unset, skip" >&2 exit 0 fi exec python3 /usr/local/bin/aether_check_update.py