#!/bin/sh

# Retrieve a new version of reserved_networks and private_networks
# If the files are updated, then an email will be send 
# to the admin with information about version number and a diff between
# the old file and the new file
 
/usr/sbin/fiaif-update --silent update && /etc/init.d/fiaif restart > /dev/null || true

