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

sleep 20

# start script to capture CAN Data periodically
bash /usr/local/nerscripts/captureCAN.sh &

exit 0
