From df1dbeb4c9211087a640088cc446206a66cf3a21 Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 9 Jun 2006 15:40:31 +0000 Subject: [PATCH] A couple of tweaks to /sbin/shorewall git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4031 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/shorewall | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shorewall/shorewall b/Shorewall/shorewall index c4d635891..e8eaf2b94 100755 --- a/Shorewall/shorewall +++ b/Shorewall/shorewall @@ -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