1
0
mirror of https://github.com/drduh/YubiKey-Guide.git synced 2024-06-09 19:52:23 +00:00

Merge pull request #109 from dongcarl/patch-1

Correct date invocation
This commit is contained in:
drduh 2019-05-25 23:54:10 -07:00 committed by GitHub
commit 251cdeb58a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -826,7 +826,7 @@ $ sudo mkdir /mnt/public
$ sudo mount /dev/sdb2 /mnt/public/
$ gpg --armor --export $KEYID | sudo tee /mnt/public/$KEYID-$(date %+F).txt
$ gpg --armor --export $KEYID | sudo tee /mnt/public/$KEYID-$(date +%F).txt
```
Windows: