fix: fix transmission version

This commit is contained in:
arch3rPro
2025-09-02 10:05:27 +08:00
parent 1df451ea57
commit f4da1fb1d4
8 changed files with 1 additions and 1 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