summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-12-26 21:46:37 +0000
committerTed Trask <ttrask01@yahoo.com>2012-12-26 21:46:37 +0000
commitc4868344ae47814f72852149199e4a57be0cedb5 (patch)
tree578eff5beb06a536eac99747769df679f6ace776
parent4ba508fd64d5e154064298b1486e27f8e8a170f5 (diff)
downloadacf-freeswitch-c4868344ae47814f72852149199e4a57be0cedb5.tar.bz2
acf-freeswitch-c4868344ae47814f72852149199e4a57be0cedb5.tar.xz
Removed unused global path variable
-rw-r--r--freeswitch-model.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/freeswitch-model.lua b/freeswitch-model.lua
index e946314..3c0a8ab 100644
--- a/freeswitch-model.lua
+++ b/freeswitch-model.lua
@@ -12,8 +12,6 @@ local processname = "freeswitch"
local packagename = "freeswitch"
local baseurl = "/etc/freeswitch"
-local path = "PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin "
-
-- ################################################################################
-- LOCAL FUNCTIONS