#!/bin/sh
export  USBUSER=root
chmod 0666 $DEVICE
sudo -u $USBUSER -H sh --login -c "/usr/local/bin/mplinuxman &" &


