fix etag bug

This commit is contained in:
weisd
2025-03-28 15:39:53 +08:00
parent 9c666d31f4
commit 4d88af731c
3 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -1 +1 @@
curl -L "https://dl.rustfs.com/console/rustfs-console-latest.zip" -o tempfile.zip && unzip -o tempfile.zip -d ./rustfs/static && rm tempfile.zip
curl -L "https://dl.rustfs.com/artifacts/console/rustfs-console-latest.zip" -o tempfile.zip && unzip -o tempfile.zip -d ./rustfs/static && rm tempfile.zip