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

sleep 60

# Periodic Reboot
/usr/local/nerscripts/periodic_reboot.sh > /tmp/periodic_reboot.log &

exit 0
