usb-server: Move some usb scripts to deviced
[apps/core/preloaded/usb-manager.git] / start_dr.sh
1 #!/bin/sh
2
3 # start data-router
4 if (/bin/ps -e | /bin/grep data-router); then
5   /bin/echo "Already DR activated. No need launch DR"
6 else
7   /bin/echo "Launch DR"
8   /usr/bin/data-router &
9 fi