#!/bin/sh

FW_SCRIPT="/usr/syno/etc/rc.d/S01iptables.sh"

if [ -x "${FW_SCRIPT}" ]; then
	${FW_SCRIPT} restart /etc/firewall
fi
