Update setup.lua
This commit is contained in:
@@ -15,6 +15,7 @@ if isYes(read()) then
|
|||||||
term.write("pass: ")
|
term.write("pass: ")
|
||||||
local pass = read("*")
|
local pass = read("*")
|
||||||
if http.checkURL(url) then
|
if http.checkURL(url) then
|
||||||
|
settings.set("netmount.url",url)
|
||||||
settings.set("netmount.username",user)
|
settings.set("netmount.username",user)
|
||||||
settings.set("netmount.password",pass)
|
settings.set("netmount.password",pass)
|
||||||
settings.set("netmount.path","/cloud")
|
settings.set("netmount.path","/cloud")
|
||||||
|
|||||||
Reference in New Issue
Block a user