mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-23 08:03:11 +01:00
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:
parent
6a29263acb
commit
d92a3f2083
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user