Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbazhenoff committed Jan 7, 2024
1 parent 4088455 commit 5078cd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ sleep 30
if [[ $VOL_ACTION == "dumb" ]]; then
for RANGE_ITEM in $(seq -w "$VOL_START" "$VOL_END")
do
RANGE_FILE=file_$RANGE_ITEM.txt
RANGE_FILE="$VOL_MASK-$RANGE_ITEM"
echo "Touch $VOL_MASK-$RANGE_FILE"
touch "$VOL_PATH$RANGE_FILE"
done
Expand Down

0 comments on commit 5078cd9

Please sign in to comment.