From d41a0932332a205d925610489a0db91c2659c7fe Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Tue, 17 Mar 2020 12:18:11 +0100 Subject: [PATCH] Fixed capitals --- Scripts/EnableSSL.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/EnableSSL.sh b/Scripts/EnableSSL.sh index 9aa78f2..e838149 100644 --- a/Scripts/EnableSSL.sh +++ b/Scripts/EnableSSL.sh @@ -6,7 +6,7 @@ email=Email webserv=WebServer webservice=WebServer -#correcting service name for apache +#Correcting service name for Apache if [ $webservice = apache ]; then webservice=apache2 fi