From 86f15b020c6b6604c577c4d9f7b1f090c9f34e56 Mon Sep 17 00:00:00 2001 From: Ale32bit Date: Thu, 8 Oct 2015 23:13:27 +0200 Subject: [PATCH] Update sPhone.lua --- src/sPhone.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sPhone.lua b/src/sPhone.lua index c843535..6ef7840 100644 --- a/src/sPhone.lua +++ b/src/sPhone.lua @@ -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