Skip to content

Commit

Permalink
fix MOTD end line
Browse files Browse the repository at this point in the history
  • Loading branch information
layou233 committed Apr 27, 2022
1 parent 3b0e2b2 commit 89610a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func generateDefaultConfig() {
Flow: "auto",
EnableHostnameRewrite: true,
MotdFavicon: "{DEFAULT_MOTD}",
MotdDescription: `§d{NAME}§e service is working on §a§o{INFO}§r\r\n§c§lProxy for §6§n{HOST}:{PORT}§r`,
MotdDescription: "§d{NAME}§e service is working on §a§o{INFO}§r\n§c§lProxy for §6§n{HOST}:{PORT}§r",
},
},
}
Expand Down

0 comments on commit 89610a9

Please sign in to comment.