sets computer label
This commit is contained in:
@@ -9,6 +9,7 @@ local function run()
|
||||
monitor.writeLine("Starting system...")
|
||||
monitor.writeLine("System started successfully!")
|
||||
computerName = data.getRead("computer-name")
|
||||
os.setComputerLabel(computerName)
|
||||
monitor.writeLine("Computer name: " .. computerName)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user