fix secure boot keys script to be run on any system

This commit is contained in:
Tobias Powalowski 2022-04-07 10:52:00 +02:00
parent 4fe377fc4a
commit 6262c8ceb7

View file

@ -38,7 +38,9 @@ fi
_root_check
# archboot
[[ -e /usr/bin/mkkeys.sh ]] && MKKEYS="mkkeys.sh"
# normal system
[[ -e /usr/bin/archboot-mkkeys.sh ]] && MKKEYS="archboot-mkkeys.sh"
if [[ -n "${_DIR}" ]]; then