mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-08-30 09:07:55 +00:00
Merge pull request #2214 from Wojbie/patch-1
Update motd path in startup.lua
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user