发布应用 NodeBB

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
Meng Sen
2025-01-09 13:15:55 +08:00
parent 1e57f31fc0
commit 32212e9e9b
11 changed files with 196 additions and 1 deletions

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