fix secure-bootkeys.sh

This commit is contained in:
Tobias Powalowski 2022-02-03 22:53:33 +01:00
parent 6c06121883
commit 0dc159d2fd

View file

@ -53,7 +53,7 @@ if [[ -n "${_DIR}" ]]; then
cd BACKUP || exit 1; mokutil --export; cd .. || exit 1
echo "Generating Keys in $_DIR"
# add mkkeys.sh
./mkkeys.sh <<EOF
mkkeys.sh <<EOF
${NAME}
EOF
# download MS Certificates, else EFI might get broken!