Set label during setup

This commit is contained in:
osmarks 2018-04-29 15:37:53 +01:00
parent f98727698b
commit 24a4105da7

View File

@ -28,6 +28,6 @@ local f = fs.open("startup", "w")
f.write("shell.run '" .. ty .. "'")
f.close()
os.setComputerLabel("Dragon Node")
os.setComputerLabel "Dragon Node"
print "Done! Reboot or run startup."