修缮 Nacos

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
2025-04-29 10:40:51 +08:00
parent 55094af52b
commit 068af66a5a
9 changed files with 503 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