From cf662cb3801edb1224e06bab84bca1e35967ab2b Mon Sep 17 00:00:00 2001 From: Fabian Thielen Date: Fri, 12 Jan 2018 23:28:05 +0100 Subject: [PATCH] Fixes for CentOS --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index a8279c3..a496a2d 100755 --- a/install.sh +++ b/install.sh @@ -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