From df98cb6bda900e69ed4ff9438c1703a94ab85519 Mon Sep 17 00:00:00 2001 From: Kaarle Ritvanen Date: Mon, 5 May 2014 12:05:20 +0300 Subject: move saved dump file to /etc/iptables --- awall-cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awall-cli b/awall-cli index 1c794c7..5479b45 100755 --- a/awall-cli +++ b/awall-cli @@ -267,7 +267,7 @@ if not call( dump(5) end - local sysdumpfile = '/var/lib/misc/awall' + local sysdumpfile = '/etc/iptables/awall-save' local dumpfile = outputdir and outputdir..'/dump' or sysdumpfile -- cgit v1.2.3