feat: update transmission 4.0.6-r4-ls308

This commit is contained in:
arch3rPro
2025-09-01 17:11:26 +08:00
parent fcca2c151f
commit 3cc053edb0
8 changed files with 2 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi