发布 RustFS

This commit is contained in:
qyg2297248353
2025-07-12 03:19:58 +08:00
parent 5cbc501616
commit ac9c041663
13 changed files with 214 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