Skip to content

Commit dd5e551

Browse files
committed
updated profiles with new program locations
1 parent 0d28aaf commit dd5e551

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎Programs/Profiles/screenprofile.lua‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ if fs.exists(home_shrc) then
4343
loadfile(shell.resolve("source", "lua"))(home_shrc)
4444
end
4545

46-
os.execute("/home/Screen.lua")
46+
os.execute("/bin/Screen.lua")

‎Programs/Profiles/serverprofile.lua‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ if fs.exists(home_shrc) then
4343
loadfile(shell.resolve("source", "lua"))(home_shrc)
4444
end
4545

46-
os.execute("/home/Server.lua")
46+
os.execute("/bin/Server.lua")

0 commit comments

Comments
 (0)