发布应用 Puff 域名监测平台

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
2024-10-18 16:13:05 +08:00
parent 2a0fb97f5d
commit 3250dba9b4
10 changed files with 116 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