mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 16:54:10 +01:00
Correct typo
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
8d731c81e4
commit
c19e732e42
@ -3560,7 +3560,7 @@ blacklist_command() {
|
||||
|
||||
progress_message2 "$1 Blacklisted"
|
||||
|
||||
if [ -n "g_disconnect" ]; then
|
||||
if [ -n "$g_disconnect" ]; then
|
||||
message=$(conntrack -D -s $1 2>&1)
|
||||
if [ -n "$message" ]; then
|
||||
message=$(echo $message | sed 's/^.*: //; s/ / src /')
|
||||
|
Loading…
Reference in New Issue
Block a user