#! /bin/sh -e

if [ "$(whoami)" != 'root' ]; then

sudo /sbin/customizer "$@"

else

/sbin/customizer "$@"

fi

exit 0
