From bf23ed854e863e53c63549a2ac062f54b4ef51ca Mon Sep 17 00:00:00 2001 From: bbruns Date: Wed, 6 Oct 2010 18:53:45 +0000 Subject: [PATCH] Fixing some small lingering bugs --- tools/test-blocks | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/test-blocks b/tools/test-blocks index eea72bb..5474367 100755 --- a/tools/test-blocks +++ b/tools/test-blocks @@ -15,6 +15,7 @@ else exit 1 fi + . $BASEDIR/include/static . $BASEDIR/include/functions @@ -23,6 +24,7 @@ fi + display_c YELLOW "This is a simple tool to display the iptables" display_c YELLOW "rules used for blocking in ${BLOCKEDIP}. It is" display_c YELLOW "a good way to verify the rules will work how"