mirror of
https://github.com/joglomedia/LEMPer.git
synced 2026-04-06 20:59:08 +00:00
minor bug fix
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user