发布 Minio 2025-04-22 版本

This commit is contained in:
qyg2297248353
2025-07-12 02:22:50 +08:00
parent 76e974cedf
commit 4a7a17bd79
10 changed files with 198 additions and 2 deletions
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi