Update nodemgmt-scripts.sh

This commit is contained in:
2023-11-08 22:50:10 -06:00
parent 6c99c7cb90
commit 16d2e67f15

View File

@@ -759,6 +759,8 @@ DOWNLIST(){
if [ "${1}" != "ignore" ]; then
echo -e "${idsCL[LightRed]}${itemname}${spc}${host}${spc2}$(SHOW_TIME ${toterrtime})${idsCL[Default]}"
else
[ "${is}" == "$(expr ${choice}-1)" ] && touch ${NM_TMPFOLDER}/${ditem}.disable
[ ${is} -lt 10 ] && ignsel=" ${is}) " || ignsel="${is}) "
[ -f ${NM_TMPFOLDER}/${ditem}.disable ] && dstatus="OFF" || dstatus="${idsCL[Yellow]}on"
time=$(SHOW_TIME ${toterrtime})