mirror of
https://github.com/SeanOMik/YubiKey-Guide.git
synced 2025-02-16 21:50:01 +00:00
Correct date invocation
The correct syntax is `date +FORMAT`
This commit is contained in:
parent
04bef18b0c
commit
4552bb45e1
1 changed files with 1 additions and 1 deletions
|
@ -826,7 +826,7 @@ $ sudo mkdir /mnt/public
|
||||||
|
|
||||||
$ sudo mount /dev/sdb2 /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:
|
Windows:
|
||||||
|
|
Loading…
Add table
Reference in a new issue