summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-09-21 12:01:15 +1200
committerDavid Phillips <david@sighup.nz>2017-09-21 12:01:15 +1200
commit699efccc4670338e1cf632e1bf515f431b9ffed7 (patch)
tree7f58fa67d2a724c9b2f840fda56b678da9cef8c3
parenta078a88f5b0c3404daaeb8a9c389e03ee1e60f6c (diff)
downloadinitscripts-699efccc4670338e1cf632e1bf515f431b9ffed7.tar.xz
Correct variable name in iptables conf
-rw-r--r--conf.d.in/iptables.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d.in/iptables.in b/conf.d.in/iptables.in
index d9b2f7a..a675bf1 100644
--- a/conf.d.in/iptables.in
+++ b/conf.d.in/iptables.in
@@ -1 +1 @@
-iptables_save="@SYSCONFDIR@/iptables/iptables.rules"
+IPTABLES_SAVE="@SYSCONFDIR@/iptables/iptables.rules"