mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
network/arno-iptables-firewall: Fixed doinst.sh.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
faeb25fcde
commit
1c7c638ef1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue