gui-init: Add line breaks between functions for readability

Signed-off-by: Matt DeVillier <matt.devillier@puri.sm>
This commit is contained in:
Matt DeVillier 2021-09-22 11:42:07 -05:00 committed by tlaurion
parent 5a52606ad5
commit e6d6594e67

View File

@ -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"