#!/bin/bash

# NOTIPSALL

if [ -f /ips/box/iptables ]; then

#   B=`date`

   rm -f /ips/setup/.NOTIPSALL

   /ips/iptables-restore /ips/box/iptables 

#   E=`date`
   
#   echo "<- $B" >> /tmp/ipsr.log-
#   echo "-> $E" >> /tmp/ipsr.log-
   
fi

exit 0
