From 699efccc4670338e1cf632e1bf515f431b9ffed7 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Thu, 21 Sep 2017 12:01:15 +1200 Subject: Correct variable name in iptables conf --- conf.d.in/iptables.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.1