发布 宝塔面板

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
2024-11-08 16:30:41 +08:00
parent 8ffd5bcd26
commit 43e7b6fae9
8 changed files with 194 additions and 0 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