	#!/bin/sh
	sleep 1
	echo "Reloading the firewall..."
	fw4 -q reload
	exit 0
