|  | @@ -454,11 +454,11 @@ function show_domains {
 | 
	
		
			
			| 454 | 454 |              echo -n "$(cat /var/lib/tor/hidden_service_ttrss/hostname)"
 | 
	
		
			
			| 455 | 455 |              echo ''
 | 
	
		
			
			| 456 | 456 |          fi
 | 
	
		
			
			| 457 |  | -        if [ -d /var/lib/tor/hidden_service_ttrss_mobile ]; then
 | 
	
		
			
			|  | 457 | +        if [ -d /var/lib/tor/hidden_service_mobilerss ]; then
 | 
	
		
			
			| 458 | 458 |              echo -n -e "$(pad_string 'RSS mobile')"
 | 
	
		
			
			| 459 | 459 |              RSSMOBILEDOM='-'
 | 
	
		
			
			| 460 | 460 |              echo -n -e "$(pad_string ${RSSMOBILEDOM})"
 | 
	
		
			
			| 461 |  | -            echo -n "$(cat /var/lib/tor/hidden_service_ttrss_mobile/hostname)"
 | 
	
		
			
			|  | 461 | +            echo -n "$(cat /var/lib/tor/hidden_service_mobilerss/hostname)"
 | 
	
		
			
			| 462 | 462 |              echo ''
 | 
	
		
			
			| 463 | 463 |          fi
 | 
	
		
			
			| 464 | 464 |      fi
 |