From 57df2ea14388bbc3c80a69e64ea93e7a8379aba1 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Tue, 24 Apr 2007 10:13:42 +0200 Subject: [PATCH] Fixed Shebang line in contrib/iptables/accounting.sh. Signed-off-by: Sebastian Harl --- contrib/iptables/accounting.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/iptables/accounting.sh b/contrib/iptables/accounting.sh index 71032f0b..a9a3be9f 100755 --- a/contrib/iptables/accounting.sh +++ b/contrib/iptables/accounting.sh @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash #Simple script that sets up some chains in mangle table to do global logging of all #traffic going in and out of an interface #Could also use the regular input/output tree but this also catches the forwarded nat traffic -- 2.11.0