9067cc
#!/bin/bash
9067cc
if [[ -x @@LIBEXECDIR@@/grubby ]] ; then
9067cc
	exec @@LIBEXECDIR@@/grubby "${@}"
9067cc
elif [[ -x @@LIBEXECDIR@@/grubby-bls ]] ; then
9067cc
	exec @@LIBEXECDIR@@/grubby-bls "${@}"
9067cc
fi
9067cc
echo "Grubby is not installed correctly." >>/dev/stderr
9067cc
exit 1