发布应用:泡泡广场/泡泡(PaoPao)

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
2024-12-02 16:58:25 +08:00
parent a261c63576
commit 2a73136972
10 changed files with 1 additions and 1 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