We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ba326 commit 84ac7ebCopy full SHA for 84ac7eb
initrd/bin/oem-factory-reset
@@ -128,10 +128,10 @@ gpg_key_reset()
128
echo ${ADMIN_PIN_DEF}
129
echo ${USER_PIN_DEF}
130
echo 0
131
- echo y
132
echo ${GPG_USER_NAME}
133
echo ${GPG_USER_MAIL}
134
echo ${GPG_USER_COMMENT}
+ echo ${USER_PIN_DEF}
135
} | gpg --command-fd=0 --status-fd=2 --pinentry-mode=loopback --card-edit \
136
> /tmp/gpg_card_edit_output 2>&1
137
if [ $? -ne 0 ]; then
0 commit comments