Compare commits
2 Commits
bc3b41f433
...
bf83b7495d
| Author | SHA1 | Date | |
|---|---|---|---|
| bf83b7495d | |||
| 293fed7dd8 |
@@ -9,6 +9,7 @@ local function run()
|
|||||||
monitor.writeLine("Starting system...")
|
monitor.writeLine("Starting system...")
|
||||||
monitor.writeLine("System started successfully!")
|
monitor.writeLine("System started successfully!")
|
||||||
computerName = data.getRead("computer-name")
|
computerName = data.getRead("computer-name")
|
||||||
|
os.setComputerLabel(computerName)
|
||||||
monitor.writeLine("Computer name: " .. computerName)
|
monitor.writeLine("Computer name: " .. computerName)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user