Fix errant paste

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

View File

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