Your IP : 216.73.216.215


Current Path : /proc/2/task/2/root/proc/3/cwd/sbin/
Upload File :
Current File : //proc/2/task/2/root/proc/3/cwd/sbin/grubby

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