Guzmán Castanedo Villalba 5 лет назад
Родитель
Сommit
a5d8b5562d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      install

+ 1 - 1
install

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