Skip to content

Commit 8175740

Browse files
authored
Fix operand "bs" line 246
Косяк после организации названий переменных. Надо быть внимательнее!!!
1 parent c14cea7 commit 8175740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

idd.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ showData() {
243243
if [[ ! $blockSize ]]; then
244244
dd if="$idev" of="$odev" status=progress
245245
else
246-
dd if="$idev" of="$odev" blockSize="$blockSize" status=progress
246+
dd if="$idev" of="$odev" bs="$blockSize" status=progress
247247
fi
248248
echo -e "$idd_done\\e[0m\\e[30;43m dd if=$idev of=$odev ${pBlockSize}status=progress \\e[0m\\e[30;47m"
249249
echo -e "$idd_alldone"

0 commit comments

Comments
 (0)