Always use `~` instead of `$HOME` for consistency

This commit is contained in:
Frank Theile 2017-12-15 08:15:11 +01:00 committed by GitHub
parent 790759787e
commit 6c208d9583
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: