her / entrypoint.sh
guntp's picture
Fix: move Telegram injection to cont-init.d (runs before gateway)
5ce8d41 verified
Raw
History Blame Contribute Delete
415 Bytes
#!/bin/sh
# =============================================================================
# HF Spaces 专用启动脚本
# 职责:交给官方 main-wrapper.sh(处理 CMD: gateway run)
# Telegram base_url 注入和定时备份已移至 cont-init.d 脚本,在 gateway 启动前执行
# =============================================================================
exec /opt/hermes/docker/main-wrapper.sh "$@"