发布应用 Jackett

This commit is contained in:
ms
2026-01-15 15:59:04 +08:00
parent 55dd8e4e1d
commit 4ab97df5db
12 changed files with 131 additions and 0 deletions
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi