发布 uptime-kuma 2.0 测试版

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
2024-10-30 11:21:06 +08:00
parent 0e7ab6970b
commit a22cf1105a
6 changed files with 91 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