fix(entrypoint): remove config.toml check

This commit is contained in:
krau
2026-03-30 18:17:44 +08:00
parent 69ccfa664f
commit 22d773da10

View File

@@ -9,10 +9,5 @@ if [ -n "$CONFIG_URL" ]; then
exit 1
fi
fi
if [ ! -f /app/config.toml ]; then
echo "[ERROR] Missing config.toml: Please provide the configuration file via mounting or CONFIG_URL"
exit 1
fi
exec /app/saveany-bot