Update sPhone.lua
This commit is contained in:
parent
b2c77901e3
commit
7be54351de
1 changed files with 1 additions and 1 deletions
|
@ -531,7 +531,7 @@ local function kernel()
|
||||||
f.write(name)
|
f.write(name)
|
||||||
f.close()
|
f.close()
|
||||||
f = fs.open("/.sPhone/config/.sIDpw", "w")
|
f = fs.open("/.sPhone/config/.sIDpw", "w")
|
||||||
f.write(pw)
|
f.write(base64.encode(pw))
|
||||||
f.close()
|
f.close()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue