| 
				
			 | 
			
			
				@@ -960,7 +960,7 @@ function create_restore_script { 
			 | 
		
	
		
			
			| 
				960
			 | 
			
				960
			 | 
			
			
				   echo '  echo "Restoring certificates"' >> /usr/bin/$RESTORE_SCRIPT_NAME 
			 | 
		
	
		
			
			| 
				961
			 | 
			
				961
			 | 
			
			
				   echo '  mkdir /root/tempssl' >> /usr/bin/$RESTORE_SCRIPT_NAME 
			 | 
		
	
		
			
			| 
				962
			 | 
			
				962
			 | 
			
			
				   echo "  rsyncrypto -v -d -r $USB_MOUNT/backup/ssl /root/tempssl $USB_MOUNT/backup/ssl.keys $BACKUP_CERTIFICATE" >> /usr/bin/$RESTORE_SCRIPT_NAME 
			 | 
		
	
		
			
			| 
				963
			 | 
			
				
			 | 
			
			
				-  echo '  cp -r /root/tempssl/usb/backup/ssl/* /etc/ssl' >> /usr/bin/$RESTORE_SCRIPT_NAME 
			 | 
		
	
		
			
			| 
				
			 | 
			
				963
			 | 
			
			
				+  echo '  cp -r /root/tempssl/usb/backup/ssl/ssl/* /etc/ssl' >> /usr/bin/$RESTORE_SCRIPT_NAME 
			 | 
		
	
		
			
			| 
				964
			 | 
			
				964
			 | 
			
			
				   echo '  if [ ! "$?" = "0" ]; then' >> /usr/bin/$RESTORE_SCRIPT_NAME 
			 | 
		
	
		
			
			| 
				965
			 | 
			
				965
			 | 
			
			
				   echo "    umount $USB_MOUNT" >> /usr/bin/$RESTORE_SCRIPT_NAME 
			 | 
		
	
		
			
			| 
				966
			 | 
			
				966
			 | 
			
			
				   echo "    rm -rf $USB_MOUNT" >> /usr/bin/$RESTORE_SCRIPT_NAME 
			 |