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

sleep 25

# Disk Full check script : delete files if disk full
bash /usr/local/nerscripts/disk_full_check.sh > /dev/null 2>&1 &

exit 0

