Pārlūkot izejas kodu

* Bug: línea 1306

Guzmán Castanedo Villalba 5 gadi atpakaļ
vecāks
revīzija
567e26e169
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      install

+ 1 - 1
install

@@ -1303,7 +1303,7 @@ generarCertLetsEncrypt() {
 			comprobarError $? 404
 		fi
 		if [ $moodleOn = true ];then
-			certbot -n --agree-tos --email "admin@$hostname" --apache --domains "$dominioMoodle" >> $logfile 2>&1
+			certbot -n --agree-tos --email "admin@$hostname" --apache --domains "$dominioMoodle" >> $logFile 2>&1
 			comprobarError $? 404
 		fi
 	elif [ $nginxOn = true ];then