mirror of
https://github.com/linuxboot/heads.git
synced 2025-02-20 09:16:21 +00:00
gui-init: don't reboot after updating TOTP/HOTP
Updating TOTP/HOTP is mainly necessary after a user updates their firmware, and no need to force another reboot. Signed-off-by: Matt DeVillier <matt.devillier@puri.sm>
This commit is contained in:
parent
c982be5bd4
commit
258783e98e
@ -97,10 +97,9 @@ update_totp()
|
||||
read
|
||||
/bin/seal-libremkey
|
||||
else
|
||||
echo "Once you have scanned the QR code, hit Enter to reboot"
|
||||
echo "Once you have scanned the QR code, hit Enter to continue"
|
||||
read
|
||||
fi
|
||||
/bin/reboot
|
||||
}
|
||||
|
||||
# enable USB to load modules for external kb
|
||||
|
Loading…
x
Reference in New Issue
Block a user