发布应用 迅雷 Nas版

Signed-off-by: 萌森 <qyg2297248353@163.com>
This commit is contained in:
2024-09-23 12:05:41 +08:00
parent e680614dba
commit 94984ff275
9 changed files with 150 additions and 8 deletions
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi