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

pull/22/head
Frank Theile 5 years ago committed by GitHub
parent 790759787e
commit 6c208d9583
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:
$ 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:

Loading…
Cancel
Save