check_root()
{
  if [ `whoami` != root ]; then echo "Run this script  as root, exiting!"; exit; fi
}