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