From a5bd5fe803f68713c27ee1df9dda3e8554ba9b29 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 4 Jun 2022 09:07:42 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index a82db881..3cbcda64 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1686,6 +1686,7 @@ VCENTER-SSL(){ if [ "${VCCERTDAYS}" -gt "29" ]; then echo -e "${idsCL[Green]}${VCCERTDAYS} days left, Certificate is still valid, no noeed to update${idsCL[Default]}" + echo exit 0 else echo -e "${idsCL[Yellow]}${VCCERTDAYS} days left, Certificate needs to be updated${idsCL[Default]}"