发布分离版本 rustfs

This commit is contained in:
ms
2026-03-16 17:31:53 +08:00
parent 9239206b6e
commit 898f45f554
12 changed files with 224 additions and 30 deletions
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi