| 
				
			 | 
			
			
				@@ -67,7 +67,6 @@ function reconstruct_key { 
			 | 
		
	
		
			
			| 
				67
			 | 
			
				67
			 | 
			
			
				         fi 
			 | 
		
	
		
			
			| 
				68
			 | 
			
				68
			 | 
			
			
				         exit 7348 
			 | 
		
	
		
			
			| 
				69
			 | 
			
				69
			 | 
			
			
				     fi 
			 | 
		
	
		
			
			| 
				70
			 | 
			
				
			 | 
			
			
				-    apt-get -yq install libgfshare-bin gnupg 
			 | 
		
	
		
			
			| 
				71
			 | 
			
				70
			 | 
			
			
				     gfcombine /home/$key_username/.gnupg_fragments/keyshare* 
			 | 
		
	
		
			
			| 
				72
			 | 
			
				71
			 | 
			
			
				     if [ ! "$?" = "0" ]; then 
			 | 
		
	
		
			
			| 
				73
			 | 
			
				72
			 | 
			
			
				         if [ $key_interactive ]; then 
			 | 
		
	
	
		
			
			| 
				
			 | 
			
			
				@@ -262,7 +261,6 @@ function interactive_gpg_from_remote { 
			 | 
		
	
		
			
			| 
				262
			 | 
			
				261
			 | 
			
			
				     fi 
			 | 
		
	
		
			
			| 
				263
			 | 
			
				262
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				264
			 | 
			
				263
			 | 
			
			
				     # try to recover the key from the servers 
			 | 
		
	
		
			
			| 
				265
			 | 
			
				
			 | 
			
			
				-    apt-get -yq install libgfshare-bin gnupg 
			 | 
		
	
		
			
			| 
				266
			 | 
			
				264
			 | 
			
			
				     ${PROJECT_NAME}-recoverkey -u $MY_USERNAME -l $REMOTE_SERVERS_LIST 
			 | 
		
	
		
			
			| 
				267
			 | 
			
				265
			 | 
			
			
				     if [ ! "$?" = "0" ]; then 
			 | 
		
	
		
			
			| 
				268
			 | 
			
				266
			 | 
			
			
				         dialog --title $"Encryption Keys Recovery" --msgbox $'Your key could not be recovered' 6 70 
			 |