mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-07-08 04:52:52 +00:00
Update motd path in startup.lua
Removes situations where shell resolution caused arbitrary program called `motd` at root get executed instead of expected /rom one.
This commit is contained in:
parent
b5c0c6e104
commit
2557dd0af9
@ -191,7 +191,7 @@ end
|
||||
|
||||
-- Show MOTD
|
||||
if settings.get("motd.enable") then
|
||||
shell.run("motd")
|
||||
shell.run("/rom/programs/motd")
|
||||
end
|
||||
|
||||
-- Run the user created startup, either from disk drives or the root
|
||||
|
Loading…
x
Reference in New Issue
Block a user