Correct typo

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2016-10-04 10:00:00 -07:00
parent 8d731c81e4
commit c19e732e42
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -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 /')