• File: grubby
  • Full Path: /home/masbinta/public_html/admin/installer/css/sass/sym404/root/usr/sbin/grubby
  • File size: 260 bytes
  • MIME-type: text/x-shellscript
  • Charset: utf-8
#!/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