From 0dacd369cc5394a95bbfdcace3b9b760c83173e0 Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Fri, 26 Jun 2009 19:20:09 +0000 Subject: Typo fix for CHECK_FIREWALL files. --- cron-sh/scripts/02_network.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cron-sh/scripts') diff --git a/cron-sh/scripts/02_network.sh b/cron-sh/scripts/02_network.sh index f376724..621c7af 100755 --- a/cron-sh/scripts/02_network.sh +++ b/cron-sh/scripts/02_network.sh @@ -12,9 +12,9 @@ fi export OPEN_PORT_TODAY="/var/log/security/open_port.today" OPEN_PORT_YESTERDAY="/var/log/security/open_port.yesterday" OPEN_PORT_DIFF="/var/log/security/open_port.diff" -export FIREWALL_TODAY="/var/log/security/open_port.today" -FIREWALL_YESTERDAY="/var/log/security/open_port.yesterday" -FIREWALL_DIFF="/var/log/security/open_port.diff" +export FIREWALL_TODAY="/var/log/security/firewall.today" +FIREWALL_YESTERDAY="/var/log/security/firewall.yesterday" +FIREWALL_DIFF="/var/log/security/firewall.diff" if [[ -f ${OPEN_PORT_TODAY} ]]; then mv -f ${OPEN_PORT_TODAY} ${OPEN_PORT_YESTERDAY} -- cgit v1.2.1