发布应用 BookStack

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
2025-01-15 11:45:21 +08:00
parent 40f0a6bb4d
commit d7aac42dd3
12 changed files with 301 additions and 0 deletions
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi