#*/5 * * * * root flag="/var/lib/lightsquid/blockerip"; if [ -f "$flag" ]; then rm -f "$flag"; firewall 2>&1 1>/dev/null; fi
