发布 chartdb

This commit is contained in:
ms
2026-04-21 13:54:02 +08:00
parent ed37c962a4
commit 45cfe10391
11 changed files with 123 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