Update sPhone.lua
This commit is contained in:
parent
94aec2e8ab
commit
24c6a6adc0
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ local function kernel()
|
|||
end
|
||||
|
||||
local sPath = shell.path()
|
||||
sPath = sPath..":/.sPhone/bin"
|
||||
sPath = sPath..":/bin"
|
||||
shell.setPath(sPath)
|
||||
|
||||
if not fs.exists("/.sPhone/autorun") then
|
||||
|
|
Loading…
Reference in a new issue