From 9954340b89675e071ffd24d53de1c69d7eba61b7 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 1 Jan 2023 18:50:30 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index a4f57e6e..e4409fbc 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -554,7 +554,7 @@ STATUS(){ DIVIDER false green fi declare -A partitions - partitions=`${NCMD} df -hBM | grep -vE '^Filesystem|tmpfs|cdrom|loop|overlay|shm' | awk '{ print $5 " " $1 }' | while read output; do echo $output | awk '{ print $2 }'; done;` + partitions=`${NCMD} df -hBM | grep -vE '^Filesystem|tmpfs|cdrom|loop|overlay|shm|-volume|Music|media-data|Software' | awk '{ print $5 " " $1 }' | while read output; do echo $output | awk '{ print $2 }'; done;` partitions2=`echo ${partitions[*]}` partitions3=(${partitions2}) for partition in "${partitions3[@]}"; do