We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8584f28 commit c2ccbc2Copy full SHA for c2ccbc2
yabs.sh
@@ -529,7 +529,7 @@ elif [ -z "$SKIP_FIO" ]; then
529
fi
530
done
531
532
- size_b=$(df -Th | grep -w $long | grep -i zfs | awk '{print $5}' | tail -c 2 | head -c 1)
+ size_b=$(df -Th | grep -w $long | grep -i zfs | awk '{print $5}' | tail -c -2 | head -c 1)
533
free_space=$(df -Th | grep -w $long | grep -i zfs | awk '{print $5}' | head -c -2)
534
535
if [[ $size_b == 'T' ]]; then
0 commit comments