diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 17c5bf77..95f1c515 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -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