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

sleep 5

# Log File check script : file I/O Error, update error
bash /usr/local/nerscripts/file_ioe_check.sh > /dev/null 2>&1 &

exit 0

