From 0cc0cdb6cc0d7fed0cab007ce48207bf7b76994a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 26 Apr 2023 14:30:26 -0500 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 6cf93957..4db95ea7 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -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[*]}`