Fixes for CentOS
This commit is contained in:
@@ -68,7 +68,7 @@ fi
|
|||||||
|
|
||||||
read -p 'Soll Nginx mit Lets Encrypt eingerichtet werden? (Y/n)' ifle
|
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
|
git clone https://github.com/certbot/certbot.git /opt/certbot
|
||||||
|
|
||||||
if [ "$DIST" == "Fedora" || "$DIST" == "CentOS" ] || [ "$DIST" == "CentOS Linux" ]; then
|
if [ "$DIST" == "Fedora" || "$DIST" == "CentOS" ] || [ "$DIST" == "CentOS Linux" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user