Commit 92626dbf authored by Michael J. Smith's avatar Michael J. Smith
Browse files

Updates

parent 3610a699
No related merge requests found
......@@ -89,7 +89,7 @@ case "$1" in
echo "Setting up Apache to use ssl certificates..."
if [[ -f /etc/debian_version ]]; then
echo "Installing openssl if not already installed"
echo "Installing openssl"
dpkg --add-architecture i386
apt-get -qq update
apt-get -qq -y install openssl
......@@ -105,6 +105,8 @@ case "$1" in
echo "Restarting apache to reload configuration."
service apache2 restart
elif [[ -f /etc/centos-release ]]; then
echo "CentOS is not currently supported for this option"
fi
;;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment