summaryrefslogtreecommitdiffstats
path: root/acf/modules/awall.lua
diff options
context:
space:
mode:
authorKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2013-04-26 16:07:10 +0300
committerKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2013-04-26 16:07:10 +0300
commit13eb04abbc9d8561e44786ce9b0dd94bc1454e1f (patch)
treede9e355d35daaad565803c76f107c9617c79ed7b /acf/modules/awall.lua
parentaa778f7cbe0285056516b15044037309f9ec95e7 (diff)
downloadaconf-13eb04abbc9d8561e44786ce9b0dd94bc1454e1f.tar.bz2
aconf-13eb04abbc9d8561e44786ce9b0dd94bc1454e1f.tar.xz
substitute lua-posix for lua-filesystem
Diffstat (limited to 'acf/modules/awall.lua')
-rw-r--r--acf/modules/awall.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/acf/modules/awall.lua b/acf/modules/awall.lua
index fa120c6..2fb912f 100644
--- a/acf/modules/awall.lua
+++ b/acf/modules/awall.lua
@@ -123,7 +123,7 @@ AWall['no-track'] = M.Collection{type=Rule}
AWall.ipset = M.Collection{type=IPSet}
M.register('awall',
- '/json'..require('lfs').currentdir()..'/config/awall.json',
+ '/json'..require('posix').getcwd()..'/config/awall.json',
AWall)
M.permission.defaults('/awall')