feat: update transmission 2021.11.18

This commit is contained in:
arch3rPro
2026-05-26 03:40:30 +08:00
parent 7c4517e192
commit 6ab4eb8845
9 changed files with 2 additions and 2 deletions
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi