|
@@ -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
|