Update setup.lua

This commit is contained in:
CadenCoaster
2025-08-05 20:43:42 -07:00
committed by GitHub
parent bc49f207c9
commit 6a839e65b4

View File

@@ -20,7 +20,7 @@ if isYes(read()) then
settings.set("netmount.url",url) 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")
settings.save() settings.save()
fs.makeDir("/startup") fs.makeDir("/startup")
local file = fs.open("/startup/-01_mount.lua","w") local file = fs.open("/startup/-01_mount.lua","w")