Make file paths absolute
This commit is contained in:
parent
3af260d604
commit
5014f68f7f
@ -5,8 +5,8 @@ local List = require("gfx.list")
|
||||
local Padding = require("gfx.padding")
|
||||
|
||||
|
||||
local CACHE_FILE = ".storage.cache"
|
||||
LOCK_FILE = ".storage.lock"
|
||||
local CACHE_FILE = "/.storage.cache"
|
||||
LOCK_FILE = "/.storage.lock"
|
||||
|
||||
local function lock()
|
||||
if fs.exists(LOCK_FILE) then
|
||||
|
Loading…
x
Reference in New Issue
Block a user