From 790bf59f1829abb82f57f413dc2e07993f010afa Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 4 May 2025 09:52:58 -0500 Subject: [PATCH] Update storage-test.sh --- storage-test.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/storage-test.sh b/storage-test.sh index 66fde14..0d66828 100755 --- a/storage-test.sh +++ b/storage-test.sh @@ -106,8 +106,7 @@ ChosenPartition="" if [ "$1" = "" ]; then # User did not provide a partition/folder, change directory to rootfs df=0 - df | grep ext4 - drives="$(df | grep ext4)" + drives="$(/bin/df -kTh | grep ext4)" echo "$drives" echo "$drives" | while IFS= read -r line ; do ((df++))