Update nodemgmt-scripts.sh

This commit is contained in:
2023-11-14 20:06:41 -06:00
parent f68999014a
commit efbd6b8cd9

View File

@@ -387,13 +387,12 @@ NODEUPDATE() {
echo echo
done done
echo -e "${idsCL[Green]}All Nodes have been Updated.${idsCL[Default]}" echo -e "${idsCL[Green]}All Nodes have been Updated.${idsCL[Default]}"
echo echo
echo
end=`date +%s` end=`date +%s`
runtime=$((end-start)) runtime=$((end-start))
echo "runtime: ${runtime}" echo "runtime: ${runtime}"
echo
} }
VCENTER-SSL(){ VCENTER-SSL(){