Update sPhone.lua

This commit is contained in:
Ale32bit 2015-10-08 23:13:27 +02:00
parent 9eb6b52044
commit 86f15b020c

View file

@ -87,6 +87,7 @@ local function kernel()
local u = fs.open("/.sPhone/config/username","r") local u = fs.open("/.sPhone/config/username","r")
sPhone.user = u.readLine() sPhone.user = u.readLine()
u.close() u.close()
os.setComputerLabel(sPhone.user.."'s sPhone")
end end
if not fs.exists("/.sPhone/apis") then if not fs.exists("/.sPhone/apis") then