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