1
0
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:
Wojbie 2025-06-03 01:03:02 +02:00 committed by GitHub
parent b5c0c6e104
commit 2557dd0af9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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