Fixed Shebang line in contrib/iptables/accounting.sh.
authorSebastian Harl <sh@tokkee.org>
Tue, 24 Apr 2007 08:13:42 +0000 (10:13 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 29 Apr 2007 07:55:57 +0000 (09:55 +0200)
Signed-off-by: Sebastian Harl <sh@tokkee.org>
contrib/iptables/accounting.sh

index 71032f0..a9a3be9 100755 (executable)
@@ -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