forked from extern/shorewall_code
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:
parent
a1d75c0887
commit
6a29263acb
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user