init:store

This commit is contained in:
weisd
2024-06-28 11:09:20 +08:00
parent 3463fbec81
commit a9e515e5c0
3 changed files with 8 additions and 6 deletions
+4 -1
View File
@@ -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"