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