freedombone-keydrive.json 1.9KB

123456789101112131415161718
  1. {
  2. "${PROJECT_NAME}-keydrive -u [username] -d [device, eg. sdb] --master [yes/no] -n [no of fragments] --format [yes/no]": "${PROJECT_NAME}-keydrive -u [username] -d [device, eg. sdb] --master [yes/no] -n [no of fragments] --format [yes/no]",
  3. "Home directory for $MY_USERNAME not found. This user may not exist on the system": "Home directory for $MY_USERNAME not found. This user may not exist on the system",
  4. "There was a problem mounting the USB drive to $USB_MOUNT": "There was a problem mounting the USB drive to $USB_MOUNT",
  5. "No .gnupg directory was found for $MY_USERNAME": "No .gnupg directory was found for $MY_USERNAME",
  6. "LetsEncrypt keys copied to $USB_DRIVE": "LetsEncrypt keys copied to $USB_DRIVE",
  7. "GPG Keyring copied to $USB_DRIVE. You may now remove the drive.": "GPG Keyring copied to $USB_DRIVE. You may now remove the drive.",
  8. "Unable to copy gpg keyring to $USB_DRIVE": "Unable to copy gpg keyring to $USB_DRIVE",
  9. "Made directory $FRAGMENTS_DIR": "Made directory $FRAGMENTS_DIR",
  10. "There was a problem making the directory $FRAGMENTS_DIR": "There was a problem making the directory $FRAGMENTS_DIR",
  11. "A key fragment already exists on the drive for the user $MY_USERNAME": "A key fragment already exists on the drive for the user $MY_USERNAME",
  12. "Not enough key fragments available ${no_of_local_shares}": "Not enough key fragments available ${no_of_local_shares}",
  13. "Number of fragments on the drive: ${no_of_usb_shares}": "Number of fragments on the drive: ${no_of_usb_shares}",
  14. "Too many key fragments exist in $FRAGMENTS_DIR": "Too many key fragments exist in $FRAGMENTS_DIR",
  15. "There was a problem copying the key fragment to $USB_DRIVE": "There was a problem copying the key fragment to $USB_DRIVE",
  16. "Files found: ${no_of_usb_shares}": "Files found: ${no_of_usb_shares}",
  17. "Key fragment copied to $USB_DRIVE. You may now remove the drive.": "Key fragment copied to $USB_DRIVE. You may now remove the drive."
  18. }