添加单盘支持

This commit is contained in:
weisd
2024-08-09 20:20:27 +08:00
parent 82bca87418
commit 5411691fb2
2 changed files with 41 additions and 17 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
mkdir -p ./target/volume/test
mkdir -p ./target/volume/test{0..4}
# DATA_DIR="./target/volume/test"
DATA_DIR="./target/volume/test{0...4}"
DATA_DIR="./target/volume/test"
# DATA_DIR="./target/volume/test{0...4}"
if [ -n "$1" ]; then
DATA_DIR="$1"