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]}"