Fixing some small lingering bugs
parent
8204fab918
commit
bf23ed854e
|
@ -15,6 +15,7 @@ else
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
. $BASEDIR/include/static
|
. $BASEDIR/include/static
|
||||||
. $BASEDIR/include/functions
|
. $BASEDIR/include/functions
|
||||||
|
|
||||||
|
@ -23,6 +24,7 @@ fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
display_c YELLOW "This is a simple tool to display the iptables"
|
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 "rules used for blocking in ${BLOCKEDIP}. It is"
|
||||||
display_c YELLOW "a good way to verify the rules will work how"
|
display_c YELLOW "a good way to verify the rules will work how"
|
||||||
|
|
Loading…
Reference in New Issue