mirror of
https://github.com/drduh/YubiKey-Guide.git
synced 2025-05-10 02:43:37 +02: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/
|
||||
|
||||
$ 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…
Add table
Reference in a new issue