|  | @@ -588,6 +588,10 @@ function install_blog_from_repo {
 | 
	
		
			
			| 588 | 588 |  }
 | 
	
		
			
			| 589 | 589 |  
 | 
	
		
			
			| 590 | 590 |  function install_blog {
 | 
	
		
			
			|  | 591 | +    if [[ $(app_is_installed blog) == "1" ]]; then
 | 
	
		
			
			|  | 592 | +        return
 | 
	
		
			
			|  | 593 | +    fi
 | 
	
		
			
			|  | 594 | +
 | 
	
		
			
			| 591 | 595 |      if [ ! $ONION_ONLY ]; then
 | 
	
		
			
			| 592 | 596 |          ONION_ONLY='no'
 | 
	
		
			
			| 593 | 597 |      fi
 | 
	
	
		
			
			|  | @@ -615,10 +619,6 @@ function install_blog {
 | 
	
		
			
			| 615 | 619 |          exit 5062
 | 
	
		
			
			| 616 | 620 |      fi
 | 
	
		
			
			| 617 | 621 |  
 | 
	
		
			
			| 618 |  | -    if [[ $(app_is_installed blog) == "1" ]]; then
 | 
	
		
			
			| 619 |  | -        return
 | 
	
		
			
			| 620 |  | -    fi
 | 
	
		
			
			| 621 |  | -
 | 
	
		
			
			| 622 | 622 |      # for the avatar changing command
 | 
	
		
			
			| 623 | 623 |      apt-get -y install imagemagick
 | 
	
		
			
			| 624 | 624 |  
 |