From e5be22c8e1a689ca0fd4f663cb78f5ebb32ef41c Mon Sep 17 00:00:00 2001 From: brulijam Date: Sat, 8 Jun 2024 19:19:57 +0200 Subject: [PATCH] . --- src/startup.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/startup.lua b/src/startup.lua index 4cd0449..7ef1812 100644 --- a/src/startup.lua +++ b/src/startup.lua @@ -26,7 +26,7 @@ shell.run("/brulijam/sync.lua") --set label if not set -if os.getComputerLabel == nil then +if os.getComputerLabel() == nil then print("wuauw") local labelMainPart = string.sub(hash.digestStr(os.getComputerID()), 1, 6) os.setComputerLabel(labelPrefix .. "-" .. labelMainPart)