Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
fix: Run timeout as it's own line
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo authored Jan 12, 2024
1 parent 2d3440b commit 89accb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion installer/kickstart/enroll-secureboot-key.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ if [[ ! -f "${SECUREBOOT_KEY}" ]]; then
exit 1
fi

echo -e "${ENROLLMENT_PASSWORD}\n${ENROLLMENT_PASSWORD}" | mokutil --import "${SECUREBOOT_KEY}" --timeout -1 ||:
mokutil --timeout -1 ||:
echo -e "${ENROLLMENT_PASSWORD}\n${ENROLLMENT_PASSWORD}" | mokutil --import "${SECUREBOOT_KEY}" ||:

0 comments on commit 89accb0

Please sign in to comment.