From b106e6edafdcd8753029ba62a7536d2b6e179c78 Mon Sep 17 00:00:00 2001 From: brulijam Date: Sat, 8 Jun 2024 19:20:57 +0200 Subject: [PATCH] . --- src/startup.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/src/startup.lua b/src/startup.lua index 7ef1812..9dd7a41 100644 --- a/src/startup.lua +++ b/src/startup.lua @@ -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)