minor bug fix

This commit is contained in:
joglomedia
2019-08-17 16:35:06 +07:00
parent 59150e639a
commit 4d087db04a

View File

@@ -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.