| 
				
			 | 
			
			
				@@ -362,9 +362,6 @@ function install_tahoelafs { 
			 | 
		
	
		
			
			| 
				362
			 | 
			
				362
			 | 
			
			
				     create_tahoelafs_daemon "introducer" 
			 | 
		
	
		
			
			| 
				363
			 | 
			
				363
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				364
			 | 
			
				364
			 | 
			
			
				     # start the storage node 
			 | 
		
	
		
			
			| 
				365
			 | 
			
				
			 | 
			
			
				-    if [ ! -d /home/tahoelafs/storage ]; then 
			 | 
		
	
		
			
			| 
				366
			 | 
			
				
			 | 
			
			
				-        mkdir /home/tahoelafs/storage 
			 | 
		
	
		
			
			| 
				367
			 | 
			
				
			 | 
			
			
				-    fi 
			 | 
		
	
		
			
			| 
				368
			 | 
			
				365
			 | 
			
			
				     create_tahoelafs_storage_node /home/tahoelafs/storage "$(get_tahoelafs_introducer)" 
			 | 
		
	
		
			
			| 
				369
			 | 
			
				366
			 | 
			
			
				     TAHOELAFS_STORAGE_CONFIG=/home/tahoelafs/storage/tahoe.cfg 
			 | 
		
	
		
			
			| 
				370
			 | 
			
				367
			 | 
			
			
				     if [ ! -f $TAHOELAFS_STORAGE_CONFIG ]; then 
			 |