summaryrefslogtreecommitdiffstats
path: root/acf/modules/awall.lua
diff options
context:
space:
mode:
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')