oem-factory-reset: normal output to inform user of consequences of generating keys on smartcard without backup, not a wanring anymore

Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
Thierry Laurion 2023-11-06 16:05:08 -05:00
parent 659de63180
commit 160367d065
No known key found for this signature in database
GPG Key ID: E7B4A71658E36A93

View File

@ -904,7 +904,7 @@ if [ "$use_defaults" == "n" -o "$use_defaults" == "N" ]; then
GPG_GEN_KEY_IN_MEMORY_COPY_TO_SMARTCARD=1
fi
else
warn "GPG key material will be generated on USB Security Dongle's smartcard without backup"
echo "GPG key material will be generated on USB Security Dongle's smartcard without backup"
GPG_GEN_KEY_IN_MEMORY=0
fi