summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author David Spencer <idlemoor@slackbuilds.org>2017-08-09 22:44:35 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-08-12 06:57:49 +0700
commit1c7c638ef178a5d11cee266ae04f4b7d6cbce977 (patch)
treec0b945374b1dac4ec7936aea14b652ca8a384c52 /network
parentfaeb25fcde16aa43179015a1b058b922adc74954 (diff)
downloadslackbuilds-1c7c638ef178a5d11cee266ae04f4b7d6cbce977.tar.gz
slackbuilds-1c7c638ef178a5d11cee266ae04f4b7d6cbce977.tar.xz
network/arno-iptables-firewall: Fixed doinst.sh.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network')
-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