From 1c7c638ef178a5d11cee266ae04f4b7d6cbce977 Mon Sep 17 00:00:00 2001 From: David Spencer Date: Wed, 9 Aug 2017 22:44:35 +0100 Subject: network/arno-iptables-firewall: Fixed doinst.sh. Signed-off-by: David Spencer --- network/arno-iptables-firewall/doinst.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'network/arno-iptables-firewall') 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 -- cgit v1.2.3