Fixes for CentOS

This commit is contained in:
2018-01-12 23:28:05 +01:00
parent 2589e014ab
commit cf662cb380

View File

@@ -68,7 +68,7 @@ fi
read -p 'Soll Nginx mit Lets Encrypt eingerichtet werden? (Y/n)' ifle
if [ "$ifle" == "Y" ] || [ "$ifle" == "y" || "$ifle" == "" ]; then
if [ "$ifle" == "Y" ] || [ "$ifle" == "y" ] || ["$ifle" == "" ]; then
git clone https://github.com/certbot/certbot.git /opt/certbot
if [ "$DIST" == "Fedora" || "$DIST" == "CentOS" ] || [ "$DIST" == "CentOS Linux" ]; then