summarylogtreecommitdiffstats
path: root/initcpio_hooks_tpm2-totp
blob: cd45a452963656a09cbe7931bf4954b80396e9f3 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/ash

run_hook() {
    echo 'Verification TOTP:'
    tpm2-totp ${tpm2_totp_nvindex:+--nvindex} $tpm2_totp_nvindex --time calculate
}

# vim: set ft=sh ts=4 sw=4 et: