Quellcode durchsuchen

* Bug: en línea 988

Guzmán Castanedo Villalba vor 6 Jahren
Ursprung
Commit
01353694d0
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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