From 1a36e13f8cb1f26dfdbceaf3c49f82d6dd5539a6 Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 23 Mar 2003 23:53:10 +0000 Subject: [PATCH] Fix 'check' command shell message git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@522 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- STABLE/firewall | 10 +++++----- Shorewall/firewall | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/STABLE/firewall b/STABLE/firewall index 0fcfbb0d8..43383b4a0 100755 --- a/STABLE/firewall +++ b/STABLE/firewall @@ -1665,16 +1665,16 @@ check_config() { determine_interfaces determine_hosts + echo "Validating policy file..." + + validate_policy + echo "Validating rules file..." rules=`find_file rules` strip_file rules $rules process_rules - - echo "Validating policy file..." - - validate_policy - + rm -rf $TMP_DIR echo "Configuration Validated" diff --git a/Shorewall/firewall b/Shorewall/firewall index 0fcfbb0d8..43383b4a0 100755 --- a/Shorewall/firewall +++ b/Shorewall/firewall @@ -1665,16 +1665,16 @@ check_config() { determine_interfaces determine_hosts + echo "Validating policy file..." + + validate_policy + echo "Validating rules file..." rules=`find_file rules` strip_file rules $rules process_rules - - echo "Validating policy file..." - - validate_policy - + rm -rf $TMP_DIR echo "Configuration Validated"