diff --git a/inc/certs.inc b/inc/certs.inc index 6aa95295..a36b0a2e 100755 --- a/inc/certs.inc +++ b/inc/certs.inc @@ -347,9 +347,9 @@ LISTCERTS(){ read -n 1 delconfirm case "${delconfirm}" in [Yy]) - echo -en "${idsCL[LightCyan]}Removing certificate ... " + echo -en "\n\n${idsCL[LightCyan]}Removing certificate ... " # DEL-SSL ${SITENAME} >/dev/null 2>&1 - echo -e "${idsCL[LightGreen]}Done${idsCL[Default]}" + echo -e "${idsCL[LightGreen]}Done\n${idsCL[Default]}" [ "${SEARCH}" != "0" ] && LISTCERTS -edit -search ${SEARCH} || LISTCERTS -edit exit 0 ;;