Explorar el Código

* Bug: en línea 988

Guzmán Castanedo Villalba hace 6 años
padre
commit
01353694d0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      install

+ 1 - 1
install

@@ -985,7 +985,7 @@ configurarSQL() {
 		comprobarError 1 213
 	fi
 	grep "# Configuration for Moodle" $sqlConfFile >/dev/null 2>&1
-	if [ $? -ne 0];then
+	if [ $? -ne 0 ];then
 		# Establecemos UTF8 (codificación de caracteres) y Barracuda (sistema de ficheros)
 		echo -en "\n# Configuration for Moodle\n" >> $sqlConfFile
 		echo -en "[client]\n" >> $sqlConfFile