| 
					
				 | 
			
			
				@@ -421,9 +421,6 @@ mostrarExpress 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		printf "Instalando Web Server Nginx..." 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		instalarNginx 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		printf " OK.\n" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	else 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		printf "ERROR:\tError interno (instalación Web Server).\n" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		exit 1 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	fi 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	# Base de Datos 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	if [ $mySQLOn = true ]; then 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -434,9 +431,6 @@ mostrarExpress 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		printf "Instalando Base de Datos MariaDB..." 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		instalarMariaDB 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		printf " OK.\n" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	else 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		printf "ERROR:\tError interno (instalación Base de Datos).\n" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		exit 1 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	fi 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	# PHP 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	if [ $phpOn = true ]; then 
			 |