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