diff --git a/Shorewall/firewall b/Shorewall/firewall index 46de77250..f31970c84 100755 --- a/Shorewall/firewall +++ b/Shorewall/firewall @@ -2524,7 +2524,7 @@ process_blacklist_rec() { --log-level $BLACKLIST_LOGLEVEL run_iptables -A blacklst $source -j $disposition - echo " $addr added to Black List" + echo " $addr added to Black List" done }