Update nodemgmt-scripts.sh

This commit is contained in:
2022-06-04 09:07:42 -05:00
parent 49d6de17ca
commit a5bd5fe803

View File

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