mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-07-09 05:22: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
|
-- Show MOTD
|
||||||
if settings.get("motd.enable") then
|
if settings.get("motd.enable") then
|
||||||
shell.run("motd")
|
shell.run("/rom/programs/motd")
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Run the user created startup, either from disk drives or the root
|
-- Run the user created startup, either from disk drives or the root
|
||||||
|
Loading…
x
Reference in New Issue
Block a user