| 
					
				 | 
			
			
				@@ -435,7 +435,7 @@ comprobarDependencias() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		echo -en " OK.\n" | tee -a $logFile 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		# Comprobamos Firewall (ufw) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		which ufw > /dev/null 2>&1 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		if [ $? -ne0 ];then 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		if [ $? -ne 0 ];then 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			result=$(apt-get -q -y install ufw 2>&1) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			comprobarError $? 806 $result 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		fi 
			 |