Update nodemgmt-scripts.sh

This commit is contained in:
2024-11-29 16:43:07 -06:00
parent 4f2e72bad5
commit d83f904b71

View File

@@ -393,12 +393,10 @@ NODEUPDATES() {
sleep 2s
done
echo -e "${idsCL[Green]}All Nodes have been Updated.${idsCL[Default]}"
echo -e "\n${idsCL[Green]}All Nodes have been Updated.${idsCL[Default]}"
end=`date +%s`; runtime=$((end-start))
echo "runtime: ${runtime}\n"
echo
end=`date +%s`
runtime=$((end-start))
echo "runtime: ${runtime}"
echo -e "${idsCL[Default]}${idsST[Reset]}"
}
NODEUPDATE(){