aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xawall-cli3
1 files changed, 1 insertions, 2 deletions
diff --git a/awall-cli b/awall-cli
index 5479b45..0bd785d 100755
--- a/awall-cli
+++ b/awall-cli
@@ -7,6 +7,7 @@ See LICENSE file for license details
]]--
get_opts = require('alt_getopt').get_opts
+lpc = require('lpc')
signal = require('signal')
stringy = require('stringy')
@@ -295,8 +296,6 @@ if not call(
elseif mode == 'activate' then
- local lpc = require('lpc')
-
iptables.backup()
local pid, interrupted