diff options
Diffstat (limited to 'man/fido2-crypttab.sh')
-rw-r--r-- | man/fido2-crypttab.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/fido2-crypttab.sh b/man/fido2-crypttab.sh index acb2e177ef..b584a13bdf 100644 --- a/man/fido2-crypttab.sh +++ b/man/fido2-crypttab.sh @@ -9,4 +9,4 @@ sudo /usr/lib/systemd/systemd-cryptsetup attach mytest /dev/sdXn - fido2-device= # If that worked, let's now add the same line persistently to /etc/crypttab, # for the future. -sudo bash -c 'echo "mytest /dev/sdXn - fido2-device=auto" >> /etc/crypttab' +sudo bash -c 'echo "mytest /dev/sdXn - fido2-device=auto" >>/etc/crypttab' |