Merge pull request #109 from dongcarl/patch-1

Correct date invocation
pull/110/head
drduh 5 years ago committed by GitHub
commit 251cdeb58a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save