mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 08:18:18 +00:00
init:store
This commit is contained in:
+4
-1
@@ -1,5 +1,8 @@
|
||||
#!/bin/bash
|
||||
DATA_DIR="/tmp"
|
||||
|
||||
mkdir -p ./target/volume/test{0..4}
|
||||
|
||||
DATA_DIR="./target/volume/test{0...4}"
|
||||
|
||||
if [ -n "$1" ]; then
|
||||
DATA_DIR="$1"
|
||||
|
||||
Reference in New Issue
Block a user