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

sleep 65

# iptables settings
/usr/local/nerscripts/setiptables.sh > /tmp/setiptables.log &

exit 0
