From 58ef439312aa3d02801302fa32cc51688bb531be Mon Sep 17 00:00:00 2001 From: bbruns Date: Sun, 21 Nov 2010 07:14:27 +0000 Subject: [PATCH] Fix typo --- bin/firewall-sosdg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/firewall-sosdg b/bin/firewall-sosdg index ff23834..3e19d56 100755 --- a/bin/firewall-sosdg +++ b/bin/firewall-sosdg @@ -644,9 +644,9 @@ if [ $IPV6 ]; then fi reset_color - if [ -s "$BASEDIR/include/ipv4_custom_blockip" ]; then + if [ -s "$BASEDIR/include/ipv6_custom_blockip" ]; then display_c YELLOW "Loading custom ip block rules..." - . "$BASEDIR/include/ipv4_custom_blockip" + . "$BASEDIR/include/ipv6_custom_blockip" fi if [ "$IPV6_DNS_REQUESTS_OUT" ]; then