Merge pull request #22 from ftheile/patch-1

Always use `~` instead of `$HOME` for consistency
This commit is contained in:
Konstantin Ryabitsev 2017-12-15 09:20:01 -05:00 committed by GitHub
commit eaf82430cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -566,7 +566,7 @@ gets mounted under `/media/disk`, under Mac it's `/Volumes`).
Once you know the full mount path, copy your entire GnuPG directory there: Once you know the full mount path, copy your entire GnuPG directory there:
$ cp -rp $HOME/.gnupg [/media/disk/name]/gnupg-backup $ cp -rp ~/.gnupg [/media/disk/name]/gnupg-backup
You should now test to make sure it still works: You should now test to make sure it still works: