mirror of
https://github.com/certbot/certbot.git
synced 2026-01-21 19:01:07 +03:00
Respect tool setting in rpm bootstrap
This commit is contained in:
@@ -49,7 +49,7 @@ then
|
||||
fi
|
||||
|
||||
|
||||
if yum list installed "httpd" >/dev/null 2>&1; then
|
||||
if $tool list installed "httpd" >/dev/null 2>&1; then
|
||||
if ! $tool install -y mod_ssl
|
||||
then
|
||||
echo "Apache found, but mod_ssl could not be installed."
|
||||
|
||||
Reference in New Issue
Block a user