Skip to content

Commit

Permalink
Fix motd in config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrench56 committed Jul 8, 2024
1 parent a0eb1fc commit 232c41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/config/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ path = "../frontend"
build = "npm run build"
build_path = "../public"
show_output = true
motd = "Memory: {{teal}}{{memory_used}} MB{{end}} / {{memory_total}} MB\nCPU: {{teal}}{{cpu_percent}}%%{{end}}\nUsers: {{teal}}{{active_users}}{{end}}\nHave a great day!"
motd = "Memory: {{teal}}{{memory_used}} MB{{end}} / {{memory_total}} MB\nCPU: {{teal}}{{cpu_percent}}%{{end}}\nUsers: {{teal}}{{active_users}}{{end}}\nHave a great day!"

[login]
disable_statuses = []
Expand Down

0 comments on commit 232c41e

Please sign in to comment.