This commit is contained in:
2023-12-12 10:06:04 -06:00
parent a4f957d6b8
commit e93991ca12
2 changed files with 5 additions and 3 deletions

View File

@@ -233,7 +233,7 @@ STATUS(){
else
spc=' '
fi
echo -en " ${NM_REPL_DESC[${rcheck}]}${spc}: "
echo -en " ${idsCL[White]}${NM_REPL_DESC[${rcheck}]}${spc}${idsCL[Default]}: "
fi

View File

@@ -834,10 +834,12 @@ 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 "${!repls}"; do
# 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}: "
if [ ${item_number} -lt 10 ]; then isel=" ${item_number})"; elif [ ${item_number} -lt 100 ]; then isel=" ${item_number})"; else isel="${item_number})"; fi
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 "${isel} ${idsCL[White]}${NM_REPL_DESC[${rcheck}]}${spc}${idsCL[Default]}: "
echo -e "${idsCL[LightGreen]}here${idsCL[Default]}"
((item_number++))
done
echo
done