blob: 6389592dba9e1c3b298c34e84075ae34db6409e5 [file] [log] [blame]
#!/bin/bash
whoami | grep root || ( echo ERROR: not running as root; exit 1 )
SOURCE_DIR="$( dirname "${BASH_SOURCE[0]}" )"
. $SOURCE_DIR/drm_lib.sh
exit 0