|  | @@ -173,7 +173,7 @@ function tahoelafs_setup_client_config {
 | 
	
		
			
			| 173 | 173 |      echo '[node]' > $config_file
 | 
	
		
			
			| 174 | 174 |      echo "nickname = $nick" >> $config_file
 | 
	
		
			
			| 175 | 175 |      echo 'reveal-IP-address = false' >> $config_file
 | 
	
		
			
			| 176 |  | -    echo "web.port = tcp:${TAHOELAFS_ONION_PORT}:interface=127.0.0.1" >> $config_file
 | 
	
		
			
			|  | 176 | +    echo "web.port = tcp:${TAHOELAFS_PORT}:interface=127.0.0.1" >> $config_file
 | 
	
		
			
			| 177 | 177 |      echo 'web.static = public_html' >> $config_file
 | 
	
		
			
			| 178 | 178 |      echo 'tub.port = disabled' >> $config_file
 | 
	
		
			
			| 179 | 179 |      echo 'tub.location = disabled' >> $config_file
 |