From 21654f95fe6913b296916a8401eedab964737e90 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 12 Dec 2019 23:51:06 -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 cf77f470..6d68c704 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -399,7 +399,7 @@ STATUS(){ spc1=${cw}-${#partition} until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done echo -en " ${partition}$spc: " - echo -e "${idsCL[Green]}${freespace} MB${idsCL[Default]}" + echo -e "${idsCL[${fs_status_color}]}${freespace} MB${idsCL[Default]}" fi fi done