Files
fido2-manage/fido2-manage.sh
Ferenc Géczi 6287dc1941 Simplify and fix device name extraction
* Correclty handles when the device name ends with `)`
* Drops superfluous `sed`

Before:

```
./fido2-manage.sh -list
Device [1] : TOKEN2 FIDO2 Security Key(0016
```

After:

```
./fido2-manage.sh -list
Device [1] : TOKEN2 FIDO2 Security Key(0016)
```

Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
2025-11-06 00:00:00 +00:00

7.4 KiB
Executable File