Update nodemgmt-scripts.sh
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user