Added some extra verbiage to the "processing" message
@@ -31,7 +31,7 @@ if [[ ! -f "$BADGUYS_FILE" ]]; then
exit 1
fi
-echo "Processing the list..."
+echo "Processing the updated bad guys list. This might take a while..."
# Check if the chain exists, and creates it if it's not there
if $FIREWALL -L $CHAIN_NAME -n &> /dev/null; then