Update nodemgmt-scripts.sh

This commit is contained in:
2023-12-12 09:34:41 -06:00
parent da3e71d258
commit ec2a8274fd

View File

@@ -836,7 +836,7 @@ MAINTENANCE_MODE(){
echo -e " ${idsCL[LightCyan]}${NM_HOSTNAMES[${!PH}]}[${!PH}] <--> ${idsST[Bold]}${NM_HOSTNAMES[${nip}]}[${nip}]${idsST[Reset]}${idsCL[Default]}"
DIVIDER false green
for rcheck in "${!var1}"; do
ic=0; cw=100; spc=''; spc1=${cw}-${#NM_REPL_DESC[${rcheck}]}; until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done
# ic=0; cw=${PRI_CW}; spc=''; spc1=${cw}-${#NM_REPL_DESC[${rcheck}]}; until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done
echo -en " ${NM_REPL_DESC[${rcheck}]}${spc}: "
echo -e "${idsCL[LightGreen]}here${idsCL[Default]}"