@ -322,15 +319,13 @@ function pullSetup() {
@@ -322,15 +319,13 @@ function pullSetup() {
}
function certbotCleanup(){
# check if the certbot image is being used by any containers
# Check if the certbot image is being used by any containers
if[[ -z $(docker ps -a --filter ancestor=certbot/certbot --quiet)]]
then
# prompt the user
echo -e -n "${RED}(!) The [certbot/certbot] container image used by this script is no longer associated with any containers. Would you like to purge it? (y/N): ${NC}"