#!/bin/sh
#
#  SLEEP 10 seconds before executing the scripts.
#
#####

sleep 10

# turn on mobile LED when connecting to ecm0
/usr/local/nerscripts/mobile_led.sh > /tmp/mobile_led.log &

exit 0
