Update nodemgmt-scripts.sh

This commit is contained in:
2023-01-01 18:36:02 -06:00
parent 0d072b26db
commit bb33550fe3

View File

@@ -579,7 +579,7 @@ STATUS(){
if [ "${ST_ACTION}" != "check" ]; then
c=0; cw=50; spc=''
spc1=${cw}-${#partition}
spc1=${cw}-${#pname}
until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done
echo -en " ${pname}$spc: "
echo -e "${idsCL[${fs_status_color}]}${freespace} MB${idsCL[Default]}"