完善 宝塔

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
2025-08-15 13:55:19 +08:00
parent 6dba9840e9
commit 0f244bd734
10 changed files with 129 additions and 61 deletions
+10
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