From 6a29263acb565049011332a7689b25a7c929c941 Mon Sep 17 00:00:00 2001 From: teastep Date: Sat, 16 Apr 2005 15:19:22 +0000 Subject: [PATCH] Fix errant paste git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2055 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall2/shorewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall2/shorewall b/Shorewall2/shorewall index 80a5936d2..19880cf6d 100755 --- a/Shorewall2/shorewall +++ b/Shorewall2/shorewall @@ -545,7 +545,7 @@ logwatch() # $1 = timeout -- if negative, prompt each time that host=$(echo $HOSTNAME | sed 's/\..*$//') oldrejects=$($IPTABLES -L -v -n | grep 'LOG') - if [ $1 -lt 0 ]; then> -Tom + if [ $1 -lt 0 ]; then timeout=$((- $1)) pause="Yes"