feat: update transmission 4.1.0

This commit is contained in:
arch3rPro
2026-01-29 05:33:47 +08:00
parent 0e7bae4f0f
commit 4dccdd5db1
9 changed files with 2 additions and 2 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