From: Sebastian Harl Date: Tue, 24 Apr 2007 08:13:42 +0000 (+0200) Subject: Fixed Shebang line in contrib/iptables/accounting.sh. X-Git-Tag: collectd-4.0.0~59 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=57df2ea14388bbc3c80a69e64ea93e7a8379aba1 Fixed Shebang line in contrib/iptables/accounting.sh. Signed-off-by: Sebastian Harl --- 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