A couple of tweaks to /sbin/shorewall

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4031 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-06-09 15:40:31 +00:00
parent fcfb471191
commit df1dbeb4c9

View File

@ -606,11 +606,11 @@ start_command() {
#
iptables -F
iptables -X
${RESTOREPATH}-ipsets
$SHOREWALL_SHELL ${RESTOREPATH}-ipsets
fi
echo Restoring Shorewall...
$RESTOREPATH restore
$SHOREWALL_SHELL $RESTOREPATH restore
date > /var/lib/shorewall/restarted
progress_message3 Shorewall restored from $RESTOREPATH
else