mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-08-26 23:42:18 +00:00
Merge pull request #2214 from Wojbie/patch-1
Update motd path in startup.lua
This commit is contained in:
commit
4a3a1c9275
@ -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