From e6d6594e67bddfccc799702efc965656595a0357 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Wed, 22 Sep 2021 11:42:07 -0500 Subject: [PATCH] gui-init: Add line breaks between functions for readability Signed-off-by: Matt DeVillier --- initrd/bin/gui-init | 3 +++ 1 file changed, 3 insertions(+) diff --git a/initrd/bin/gui-init b/initrd/bin/gui-init index 6fe7097a..f40acc9a 100755 --- a/initrd/bin/gui-init +++ b/initrd/bin/gui-init @@ -53,6 +53,7 @@ mount_boot() esac done } + verify_global_hashes() { # Check the hashes of all the files, ignoring signatures for now @@ -98,6 +99,7 @@ verify_global_hashes() return 1 fi } + prompt_update_checksums() { if (whiptail --title 'Update Checksums and sign all files in /boot' \ @@ -107,6 +109,7 @@ prompt_update_checksums() echo "Returning to the main menu" fi } + generate_totp_htop() { echo "Scan the QR code to add the new TOTP secret"