use --daemon

This commit is contained in:
Anton Livaja 2025-02-11 01:34:29 -05:00
parent d3a4ae7bf4
commit 710ef20d85
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ as such need to be set up in a manner that minimizes exposure risks.
* `gpg --import cert.asc` * `gpg --import cert.asc`
* `gpg --decrypt encrypted-mnemonic.asc | KEYFORK_PROMPT_TYPE=headless keyfork recover mnemonic &` * `gpg --decrypt encrypted-mnemonic.asc | KEYFORK_PROMPT_TYPE=headless keyfork recover mnemonic --daemon`
* Remove your previous key, and plug in the new key. * Remove your previous key, and plug in the new key.