summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-12-26 21:41:46 +0000
committerTed Trask <ttrask01@yahoo.com>2012-12-26 21:41:46 +0000
commitbd79edfc77ffd69ff44f8013fcb3fe475746b6ad (patch)
treed4edb012520a3ba0e8d0514ce0b8a120feb6a254
parent1519b07eaf094d8cc79eda94a2eb8480af546bed (diff)
downloadacf-awall-bd79edfc77ffd69ff44f8013fcb3fe475746b6ad.tar.bz2
acf-awall-bd79edfc77ffd69ff44f8013fcb3fe475746b6ad.tar.xz
Removed unused global path variable
-rw-r--r--awall-model.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/awall-model.lua b/awall-model.lua
index 00c5d33..7cec5b4 100644
--- a/awall-model.lua
+++ b/awall-model.lua
@@ -5,7 +5,6 @@ require("posix")
require("json")
require("modelfunctions")
fs = require("acf.fs")
---validator = require("acf.validator")
-- Set variables
local packagename = "awall"
@@ -15,8 +14,6 @@ local etcoptionalpath = "/etc/awall/optional/"
local usrpath = "/usr/share/awall/mandatory/"
local usroptionalpath = "/usr/share/awall/optional/"
-local path = "PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin "
-
-- ################################################################################
-- LOCAL FUNCTIONS