diff --git a/storage-test.sh b/storage-test.sh index 4363748..9b428d8 100755 --- a/storage-test.sh +++ b/storage-test.sh @@ -110,7 +110,7 @@ if [ "$1" = "" ]; then echo "$(/bin/df -kTh | grep ext4)" | while IFS= read -r line ; do ((df++)) path=$(echo $line | cut -d'%' -f2) - drive_sel+=("${path// }") + drive_sel+="${path// }" Print_Style "$df) ${path// }" "$CYAN" done echo