Update storage-test.sh
This commit is contained in:
@@ -108,7 +108,7 @@ if [ "$1" = "" ]; then
|
|||||||
df=0
|
df=0
|
||||||
drives="$(df | grep ext4)"
|
drives="$(df | grep ext4)"
|
||||||
echo "$drives" | while IFS= read -r line ; do
|
echo "$drives" | while IFS= read -r line ; do
|
||||||
(($df++))
|
((df++))
|
||||||
echo "$df) $line"
|
echo "$df) $line"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user