diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index ad79a328..517e6920 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1850,7 +1850,7 @@ DOWNLIST(){ c=0; spc='' spc1=${cw}-${#downitem} until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done - echo "${idsST[Bold]}${idsCL[Red]}${downitem}${spc}TYPE${idsST[Reset]}${idsCL[Default]}" + echo -e "${idsST[Bold]}${idsCL[Red]}${downitem}${spc}TYPE${idsST[Reset]}${idsCL[Default]}" DIVIDER false darkGray done echo