Fix errant paste

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2056 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2005-04-16 15:20:08 +00:00
parent 6a29263acb
commit d92a3f2083

View File

@ -546,7 +546,6 @@ logwatch() # $1 = timeout -- if negative, prompt each time that
oldrejects=$($IPTABLES -L -v -n | grep 'LOG')
if [ $1 -lt 0 ]; then
timeout=$((- $1))
pause="Yes"
else