Update storage-test.sh
This commit is contained in:
@@ -106,7 +106,7 @@ ChosenPartition=""
|
||||
if [ "$1" = "" ]; then
|
||||
# User did not provide a partition/folder, change directory to rootfs
|
||||
df=0
|
||||
for d in "$(df | grep ext4)"; do
|
||||
for d in "($(df | grep ext4))"; do
|
||||
((df++))
|
||||
echo "${df}) ${d}"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user