Update storage-test.sh
This commit is contained in:
@@ -109,7 +109,7 @@ if [ "$1" = "" ]; then
|
|||||||
drives="$(df | grep ext4)"
|
drives="$(df | grep ext4)"
|
||||||
IFS='
|
IFS='
|
||||||
'
|
'
|
||||||
for d in ${drives}; do
|
for d in "${drives}"; do
|
||||||
((df++))
|
((df++))
|
||||||
echo "${df}) ${d}"
|
echo "${df}) ${d}"
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user