Bladeren bron

Cambios menores

Guzmán Castanedo Villalba 6 jaren geleden
bovenliggende
commit
05e0bfbee1
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      install

+ 1 - 1
install

@@ -387,7 +387,7 @@ establecerSQLPasswd() {
 	# Establecemos SQL root passwd y securizamos BD (mysql_secure_installation)
 	# FALTA REDIRIFIR LA SALIDA ESTÁNDAR
 	mysql -e "FLUSH PRIVILEGES"
-	if [ $? -eq 0];then
+	if [ $? -eq 0 ];then
 		# Establecemos contraseña del usuario root
 		mysql -e "UPDATE mysql.user SET Password = PASSWORD('$sqlPasswd') WHERE User = 'root'"
 		if [ $? -ne 0 ];then