This commit is contained in:
Julian Brammer 2024-06-08 22:33:46 +02:00
parent 0f229bf6da
commit 2cef991dca

View File

@ -2,7 +2,7 @@ local basic = require("lib.basic")
local hash = require("lib.hash")
local systemConfig = basic.readFileAll("/brulijam/config/systemConfig.txt")
systemConfig = textutils.unserialize(systemConfig)
systemConfig = textutils.serialize(systemConfig)
if os.getComputerLabel() == nil then
local labelMainPart = string.sub(hash.digestStr(string.format(os.getComputerID())), 1, 6)