Skip to content

Commit 89610a9

Browse files
committed
fix MOTD end line
1 parent 3b0e2b2 commit 89610a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func generateDefaultConfig() {
4747
Flow: "auto",
4848
EnableHostnameRewrite: true,
4949
MotdFavicon: "{DEFAULT_MOTD}",
50-
MotdDescription: `§d{NAME}§e service is working on §a§o{INFO}§r\r\n§c§lProxy for §6§n{HOST}:{PORT}§r`,
50+
MotdDescription: "§d{NAME}§e service is working on §a§o{INFO}§r\n§c§lProxy for §6§n{HOST}:{PORT}§r",
5151
},
5252
},
5353
}

0 commit comments

Comments
 (0)