There was an error while loading. Please reload this page.
1 parent 0d28aaf commit dd5e551Copy full SHA for dd5e551
Programs/Profiles/screenprofile.lua
@@ -43,4 +43,4 @@ if fs.exists(home_shrc) then
43
loadfile(shell.resolve("source", "lua"))(home_shrc)
44
end
45
46
-os.execute("/home/Screen.lua")
+os.execute("/bin/Screen.lua")
Programs/Profiles/serverprofile.lua
-os.execute("/home/Server.lua")
+os.execute("/bin/Server.lua")
0 commit comments