diff --git a/defaults.inc b/defaults.inc index bc1d6a8e..d1041dd3 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,5 +1,5 @@ #!/usr/bin/env bash -VERS='4.12.104-11102023' +VERS='4.12.108-11102023' 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 af0b9c26..c9e3c0f3 100755 --- a/inc/certs.inc +++ b/inc/certs.inc @@ -135,9 +135,6 @@ DEL-SSL(){ else echo -e "${idsCL[LightRed]}The SSL files folder for '${idsCL[Red]}${DEL_SSL}${idsCL[LightRed]}' could not be found.${idsCL[Default]}" fi - if [ "${timeout}" != "true" ]; then - echo -e "${idsCL[Green]}Completed${idsCL[Default]}" - fi echo echo -e "${idsCL[LightRed]}The SSL certificate has been removed fromt be nodes.${idsCL[Default]}" fi