#!/usr/bin/ash

run_hook() {
    plymouth-tpm2-totp ${tpm2_totp_nvindex:+--nvindex "$tpm2_totp_nvindex"} &
}

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