.
This commit is contained in:
parent
0f229bf6da
commit
2cef991dca
@ -2,7 +2,7 @@ local basic = require("lib.basic")
|
|||||||
local hash = require("lib.hash")
|
local hash = require("lib.hash")
|
||||||
|
|
||||||
local systemConfig = basic.readFileAll("/brulijam/config/systemConfig.txt")
|
local systemConfig = basic.readFileAll("/brulijam/config/systemConfig.txt")
|
||||||
systemConfig = textutils.unserialize(systemConfig)
|
systemConfig = textutils.serialize(systemConfig)
|
||||||
|
|
||||||
if os.getComputerLabel() == nil then
|
if os.getComputerLabel() == nil then
|
||||||
local labelMainPart = string.sub(hash.digestStr(string.format(os.getComputerID())), 1, 6)
|
local labelMainPart = string.sub(hash.digestStr(string.format(os.getComputerID())), 1, 6)
|
||||||
|
Loading…
Reference in New Issue
Block a user