diff options
author | Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> | 2014-05-05 12:05:20 +0300 |
---|---|---|
committer | Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> | 2014-05-05 12:05:20 +0300 |
commit | df98cb6bda900e69ed4ff9438c1703a94ab85519 (patch) | |
tree | 9b7b7532a57abda1ad48bba43045f666272ed5eb | |
parent | b682015ffdea4287f8918550ee2d013c074c0af7 (diff) | |
download | awall-df98cb6bda900e69ed4ff9438c1703a94ab85519.tar.bz2 awall-df98cb6bda900e69ed4ff9438c1703a94ab85519.tar.xz |
move saved dump file to /etc/iptables
-rwxr-xr-x | awall-cli | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |