Update nodemgmt-scripts.sh

This commit is contained in:
2024-11-29 16:44:01 -06:00
parent d83f904b71
commit 2f0628bf3d

View File

@@ -395,7 +395,7 @@ NODEUPDATES() {
echo -e "\n${idsCL[Green]}All Nodes have been Updated.${idsCL[Default]}"
end=`date +%s`; runtime=$((end-start))
echo "runtime: ${runtime}\n"
echo "runtime: ${runtime}"
echo
}