diff options
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 |
commit | 1c7c638ef178a5d11cee266ae04f4b7d6cbce977 (patch) | |
tree | c0b945374b1dac4ec7936aea14b652ca8a384c52 | |
parent | faeb25fcde16aa43179015a1b058b922adc74954 (diff) | |
download | slackbuilds-1c7c638ef178a5d11cee266ae04f4b7d6cbce977.tar.gz |
network/arno-iptables-firewall: Fixed doinst.sh.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | network/arno-iptables-firewall/doinst.sh | 2 |
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 |