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
+1 -1
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."