Make file paths absolute

This commit is contained in:
Gabriel Tofvesson 2024-10-04 00:46:53 +02:00
parent 3af260d604
commit 5014f68f7f

View File

@ -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