Update nodemgmt-scripts.sh

This commit is contained in:
2020-07-24 18:21:59 -05:00
parent 8ce7ac2fff
commit fc596df7f9

View File

@@ -1701,7 +1701,7 @@ RUN_COMMAND(){
fi fi
echo -e " ${idsST[Bold]}${idsCL[LightCyan]}${NM_NODETYPES[$NTYPE]}-Node${nid} (${nip})${idsST[Reset]}${idsCL[LightCyan]} ${idsCL[LightYello]}${LH}${idsCL[Default]}" echo -e " ${idsST[Bold]}${idsCL[LightCyan]}${NM_NODETYPES[$NTYPE]}-Node${nid} (${nip})${idsST[Reset]}${idsCL[LightCyan]} ${idsCL[LightYello]}${LH}${idsCL[Default]}"
DIVIDER false green DIVIDER false green
${NCMD} ${1} ${NCMD} ${1} ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10} ${11} ${12} ${13} ${14}
echo echo
nid=`expr $nid + 1` nid=`expr $nid + 1`
done done
@@ -1766,7 +1766,7 @@ if [ ${action-x} ]; then
nightlyrenew) NIGHTLYRENEW;; nightlyrenew) NIGHTLYRENEW;;
delsite) DELSITE ${2} ${3} ${4} ${5};; delsite) DELSITE ${2} ${3} ${4} ${5};;
delsites) DELSITES;; delsites) DELSITES;;
newsite) NEWSITE ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10} ${11} ${12} ${13} ${14};; newsite) NEWSITE ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10} ${11} ${12} ${13} ${14} ${15};;
update) ;; update) ;;
update-nodes) NODEUPDATE ${2};; update-nodes) NODEUPDATE ${2};;
backup) BACKUP;; backup) BACKUP;;