Update nodemgmt-scripts.sh

This commit is contained in:
2023-04-26 14:30:26 -05:00
parent a7f83ebe29
commit 0cc0cdb6cc

View File

@@ -561,7 +561,7 @@ STATUS(){
DIVIDER false green
fi
echo -en " ${idsCL[LightCyan]}Gathering drive data from server ... {idsCL[Default]}"
echo -en " ${idsCL[LightCyan]}Gathering drive data from server ... ${idsCL[Default]}"
declare -A partitions
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[*]}`