diff --git a/defaults.inc b/defaults.inc index abc4cc1c..9d21583b 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,5 +1,5 @@ #!/usr/bin/env bash -VERS='4.13.30-11132023' +VERS='4.13.31-11132023' noheader=' service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes copynpmcerts singleservercheck update-dyndns backup-offsitepfsense gui nightlyreview update ' CERT_DAEMON='/snap/bin/certbot' diff --git a/inc/certs.inc b/inc/certs.inc index 4148661b..a0d366b9 100755 --- a/inc/certs.inc +++ b/inc/certs.inc @@ -359,9 +359,11 @@ LISTCERTS(){ [ "${SEARCH}" != "0" ] && LISTCERTS -edit -search ${SEARCH} || LISTCERTS -edit exit 0 ;; - *) [ "${delconfirm}" !="" ] echo ;; + *) + [ "${delconfirm}" !="" ] && echo + echo -e "\033[5A"; for (( c=1; c<=5; c++ )); do echo -e "\033[K"; done; echo -e "\033[5A" + ;; esac - echo -e "\033[5A"; for (( c=1; c<=5; c++ )); do echo -e "\033[K"; done; echo -e "\033[5A" ;; [Ee]) echo -e "\033[K" diff --git a/inc/sites.inc b/inc/sites.inc index 7ac91ecd..40e7b383 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -889,7 +889,7 @@ SITEINFO(){ case "${delconfirm}" in [Yy]) echo -en "\n\n${idsCL[LightCyan]}Removing site ... " - # DELSITE -site ${site} -ssl yes >/dev/null 2>&1 + DELSITE -site ${site} -ssl yes >/dev/null 2>&1 echo -e "${idsCL[LightGreen]}Done\n${idsCL[Default]}" [ "${SEARCH}" != "0" ] && SITEINFO -edit -search ${SEARCH} || SITEINFO -edit exit 0 @@ -899,8 +899,6 @@ SITEINFO(){ echo -e "\033[5A"; for (( c=1; c<=5; c++ )); do echo -e "\033[K"; done; echo -e "\033[5A" ;; esac - - ;; [Ee]) echo -e "\033[K"