1
0
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:
Joona Hoikkala
2015-12-07 14:42:14 +02:00
parent f479a9b894
commit 5dd3ecfb53

View File

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