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 f4b8a9d commit fc3a400
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="$VOL_MASK-$RANGE_ITEM"
RANGE_FILE="$VOL_MASK$RANGE_ITEM"
echo "Creating an empty '$RANGE_FILE'..."
touch "$VOL_PATH/$RANGE_FILE"
done
Expand Down

0 comments on commit fc3a400

Please sign in to comment.