Update nodemgmt-scripts.sh
This commit is contained in:
@@ -759,7 +759,7 @@ DOWNLIST(){
|
|||||||
if [ "${1}" != "ignore" ]; then
|
if [ "${1}" != "ignore" ]; then
|
||||||
echo -e "${idsCL[LightRed]}${itemname}${spc}${host}${spc2}$(SHOW_TIME ${toterrtime})${idsCL[Default]}"
|
echo -e "${idsCL[LightRed]}${itemname}${spc}${host}${spc2}$(SHOW_TIME ${toterrtime})${idsCL[Default]}"
|
||||||
else
|
else
|
||||||
echo "HERE: ${is} $(`expr ${choice} - 1`)"
|
echo "HERE: ${is} $(`expr ${choice}-1`)"
|
||||||
[ ${is} -eq $(expr ${choice}-1) ] && touch ${NM_TMPFOLDER}/${ditem}.disable
|
[ ${is} -eq $(expr ${choice}-1) ] && touch ${NM_TMPFOLDER}/${ditem}.disable
|
||||||
|
|
||||||
[ ${is} -lt 10 ] && ignsel=" ${is}) " || ignsel="${is}) "
|
[ ${is} -lt 10 ] && ignsel=" ${is}) " || ignsel="${is}) "
|
||||||
|
|||||||
Reference in New Issue
Block a user