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

sleep 60

# Check Logger.log for EchonetLite
/usr/local/nerscripts/check_enl_fail_log.sh > /tmp/check_enl_fail_log.log &

exit 0

