| 
					
				 | 
			
			
				@@ -2048,7 +2048,6 @@ configurarBackups() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # Comprobación del sistema e inicialización 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	horaInicial=$(date +"%s") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	inicializarVariables 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	OSInfo 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -2284,6 +2283,7 @@ configurarBackups() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	fi 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # Instalación Servidor Web 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	horaInicial=$(date +"%s") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	if [ $apacheOn = true ]; then 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		echo -en "Instalando Servidor Web Apache..." | tee -a $logFile 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		instalarApache 
			 |