summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--network/arno-iptables-firewall/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/arno-iptables-firewall/doinst.sh b/network/arno-iptables-firewall/doinst.sh
index 5129a9435f..7caf72b7fc 100644
--- a/network/arno-iptables-firewall/doinst.sh
+++ b/network/arno-iptables-firewall/doinst.sh
@@ -8,7 +8,7 @@ config() {
fi
}
-CONFIG=${CONFIG:-/etc/arno-iptables-firewall}
+CONFIG=${CONFIG:-etc/arno-iptables-firewall}
for conf in $( find $CONFIG -name *.new ) ; do
config ${conf}
done