Fix 'check' command shell message

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@522 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2003-03-23 23:53:10 +00:00
parent 2e0701d900
commit 1a36e13f8c
2 changed files with 10 additions and 10 deletions

View File

@ -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"

View File

@ -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"