From 93314404037c12e970e17eb445b94778f688b5f9 Mon Sep 17 00:00:00 2001 From: CadenCoaster <114967401+cadenthecreator@users.noreply.github.com> Date: Wed, 6 Aug 2025 11:39:08 -0700 Subject: [PATCH] Update setup.lua --- setup.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.lua b/setup.lua index 94a8701..7c76fd3 100644 --- a/setup.lua +++ b/setup.lua @@ -45,7 +45,7 @@ if netmount then local file = fs.open("/startup/-01_mount.lua","w") local filedata = http.get(url.."/mount.lua").readAll() if mbs then - filedata:gsub('shell%.run%("shell"%)','shell.run("/startup/00_mbs.lua")') + filedata = filedata:gsub('shell%.run%("shell"%)','shell.run("/startup/00_mbs.lua")') end file.write(filedata) file.close()