From 1e0bd058bda001eec42b74d7b9a5b55e65f56bc5 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Fri, 27 Jun 2025 02:35:01 -0300 Subject: debug --- binary/all_in_one | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'binary') diff --git a/binary/all_in_one b/binary/all_in_one index 235e6155..8f8d7ea7 100755 --- a/binary/all_in_one +++ b/binary/all_in_one @@ -486,6 +486,11 @@ local function main() "luafilesystem", } + print("CONFIG_FILE: " .. CONFIG_FILE) + print("----------------------------------------------------------------") + os.execute("cat " .. CONFIG_FILE) + print("----------------------------------------------------------------") + fs.make_dir(LUA_MODULES) for _, name in ipairs(dependency_order) do local use = dependencies[name] -- cgit v1.2.3-55-g6feb