| 
				
			 | 
			
			
				@@ -176,8 +176,7 @@ function show_domains { 
			 | 
		
	
		
			
			| 
				176
			 | 
			
				176
			 | 
			
			
				         echo -n -e "$(pad_string 'Gogs')" 
			 | 
		
	
		
			
			| 
				177
			 | 
			
				177
			 | 
			
			
				         GOGSDOM=$(cat ${COMPLETION_FILE} | grep 'Gogs domain' | awk -F ':' '{print $2}') 
			 | 
		
	
		
			
			| 
				178
			 | 
			
				178
			 | 
			
			
				         echo -n -e "$(pad_string ${GOGSDOM})" 
			 | 
		
	
		
			
			| 
				179
			 | 
			
				
			 | 
			
			
				-        if [ -d /var/lib/tor/hidden_service_git ]; then 
			 | 
		
	
		
			
			| 
				180
			 | 
			
				
			 | 
			
			
				-			/var/lib/tor/hidden_service_gogs/hostname 
			 | 
		
	
		
			
			| 
				
			 | 
			
				179
			 | 
			
			
				+        if [ -d /var/lib/tor/hidden_service_gogs ]; then 
			 | 
		
	
		
			
			| 
				181
			 | 
			
				180
			 | 
			
			
				             echo -n "$(cat /var/lib/tor/hidden_service_gogs/hostname)" 
			 | 
		
	
		
			
			| 
				182
			 | 
			
				181
			 | 
			
			
				         fi 
			 | 
		
	
		
			
			| 
				183
			 | 
			
				182
			 | 
			
			
				         echo '' 
			 |