Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-06 11:50:53 -06:00
parent ea0ccfd426
commit 9f52c83d93

View File

@@ -83,7 +83,8 @@ NEWCERT(){
SERVICE nginx reload
echo -e "${idsCL[Green]}Certificate has been successfully created for '${idsCL[Yellow]}${NEW_CERT}${idsCL[Green]}'...${idsCL[Default]}"
else
echo -e "${idsCL[LightRed]}Certificate could not be created for '${idsCL[Yellow]}${NEW_CERT}${idsCL[Green]}'...${idsCL[Default]}"
echo ""
echo -e "${idsCL[Red]}Certificate could not be created for '${idsCL[Yellow]}${NEW_CERT}${idsCL[Red]}'...${idsCL[Default]}"
fi
echo ""
if [ -z $action ] || [ "${action}" = "gui" ]; then