This commit is contained in:
Julian Brammer 2024-06-08 19:20:57 +02:00
parent e5be22c8e1
commit b106e6edaf

View File

@ -26,6 +26,7 @@ shell.run("/brulijam/sync.lua")
--set label if not set
local hash = require("brulijam.lib.hash")
if os.getComputerLabel() == nil then
print("wuauw")
local labelMainPart = string.sub(hash.digestStr(os.getComputerID()), 1, 6)