Update sPhone.lua
This commit is contained in:
parent
9eb6b52044
commit
86f15b020c
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ local function kernel()
|
|||
local u = fs.open("/.sPhone/config/username","r")
|
||||
sPhone.user = u.readLine()
|
||||
u.close()
|
||||
os.setComputerLabel(sPhone.user.."'s sPhone")
|
||||
end
|
||||
|
||||
if not fs.exists("/.sPhone/apis") then
|
||||
|
|
Loading…
Reference in a new issue