diff --git a/scripts/remove_certbotle.sh b/scripts/remove_certbotle.sh index 6b3ba08..be2c69b 100755 --- a/scripts/remove_certbotle.sh +++ b/scripts/remove_certbotle.sh @@ -18,7 +18,7 @@ fi requires_root function init_certbotle_removal() { - if [[ -n $(dpkg-query -l | grep -eW "certbot" | awk '/certbot/ { print $2 }') ]]; then + if [[ -n $(dpkg-query -l | grep certbot | awk '/certbot/ { print $2 }') ]]; then echo "Found Certbot package installation. Removing..." # Remove Certbot.