| 
				
			 | 
			
			
				@@ -48,6 +48,8 @@ MINIMUM_LENGTH=6 
			 | 
		
	
		
			
			| 
				48
			 | 
			
				48
			 | 
			
			
				 IMPORT_FILE= 
			 | 
		
	
		
			
			| 
				49
			 | 
			
				49
			 | 
			
			
				 EXPORT_FILE= 
			 | 
		
	
		
			
			| 
				50
			 | 
			
				50
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				
			 | 
			
				51
			 | 
			
			
				+CURRENT_DIR=$(pwd) 
			 | 
		
	
		
			
			| 
				
			 | 
			
				52
			 | 
			
			
				+ 
			 | 
		
	
		
			
			| 
				51
			 | 
			
				53
			 | 
			
			
				 function get_protocols_from_website { 
			 | 
		
	
		
			
			| 
				52
			 | 
			
				54
			 | 
			
			
				   if [ ! -f $WEBSITES_DIRECTORY/$1 ]; then 
			 | 
		
	
		
			
			| 
				53
			 | 
			
				55
			 | 
			
			
				       return 
			 | 
		
	
	
		
			
			| 
				
			 | 
			
			
				@@ -315,6 +317,8 @@ function interactive_setup { 
			 | 
		
	
		
			
			| 
				315
			 | 
			
				317
			 | 
			
			
				 } 
			 | 
		
	
		
			
			| 
				316
			 | 
			
				318
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				317
			 | 
			
				319
			 | 
			
			
				 function import_settings { 
			 | 
		
	
		
			
			| 
				
			 | 
			
				320
			 | 
			
			
				+  cd $CURRENT_DIR 
			 | 
		
	
		
			
			| 
				
			 | 
			
				321
			 | 
			
			
				+ 
			 | 
		
	
		
			
			| 
				318
			 | 
			
				322
			 | 
			
			
				   if [ ! $IMPORT_FILE ]; then 
			 | 
		
	
		
			
			| 
				319
			 | 
			
				323
			 | 
			
			
				       return 
			 | 
		
	
		
			
			| 
				320
			 | 
			
				324
			 | 
			
			
				   fi 
			 | 
		
	
	
		
			
			| 
				
			 | 
			
			
				@@ -385,6 +389,8 @@ function export_settings { 
			 | 
		
	
		
			
			| 
				385
			 | 
			
				389
			 | 
			
			
				       return 
			 | 
		
	
		
			
			| 
				386
			 | 
			
				390
			 | 
			
			
				   fi 
			 | 
		
	
		
			
			| 
				387
			 | 
			
				391
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				
			 | 
			
				392
			 | 
			
			
				+  cd $CURRENT_DIR 
			 | 
		
	
		
			
			| 
				
			 | 
			
				393
			 | 
			
			
				+ 
			 | 
		
	
		
			
			| 
				388
			 | 
			
				394
			 | 
			
			
				   if [ ! -f $EXPORT_FILE ]; then 
			 | 
		
	
		
			
			| 
				389
			 | 
			
				395
			 | 
			
			
				       if [ "$SSL_PROTOCOLS" ]; then 
			 | 
		
	
		
			
			| 
				390
			 | 
			
				396
			 | 
			
			
				           echo "SSL_PROTOCOLS=$SSL_PROTOCOLS" >> $EXPORT_FILE 
			 |