| 
				
			 | 
			
			
				@@ -257,6 +257,11 @@ function install_bdsmail { 
			 | 
		
	
		
			
			| 
				257
			 | 
			
				257
			 | 
			
			
				     echo 'python2 get_address bdsmail-privkey.dat' >> /usr/bin/bdsmail_domain 
			 | 
		
	
		
			
			| 
				258
			 | 
			
				258
			 | 
			
			
				     chmod +x /usr/bin/bdsmail_domain 
			 | 
		
	
		
			
			| 
				259
			 | 
			
				259
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				
			 | 
			
				260
			 | 
			
			
				+    echo '' 
			 | 
		
	
		
			
			| 
				
			 | 
			
				261
			 | 
			
			
				+    echo $'Now we will wait for i2p to connect and a private key to be generated' 
			 | 
		
	
		
			
			| 
				
			 | 
			
				262
			 | 
			
			
				+    echo $'This may take a while.' 
			 | 
		
	
		
			
			| 
				
			 | 
			
				263
			 | 
			
			
				+    echo '' 
			 | 
		
	
		
			
			| 
				
			 | 
			
				264
			 | 
			
			
				+ 
			 | 
		
	
		
			
			| 
				260
			 | 
			
				265
			 | 
			
			
				     # wait for domain to be generated by the daemon 
			 | 
		
	
		
			
			| 
				261
			 | 
			
				266
			 | 
			
			
				     # This can take a while, probably because i2p is connecting 
			 | 
		
	
		
			
			| 
				262
			 | 
			
				267
			 | 
			
			
				     bds_domain= 
			 |