mirror of
https://github.com/itzg/docker-minecraft-server
synced 2025-01-18 23:13:53 +00:00
Fixed format as code for MOTD newline escape (#1873)
This commit is contained in:
parent
ef9318f22e
commit
93f31f5ddc
1 changed files with 1 additions and 1 deletions
|
@ -1004,7 +1004,7 @@ renders
|
|||
|
||||
To produce a multi-line MOTD, you will need to double escape the newline such as
|
||||
|
||||
-e MOTD="Line one\\nLine two"
|
||||
-e MOTD="Line one\\nLine two"
|
||||
|
||||
### Difficulty
|
||||
|
||||
|
|
Loading…
Reference in a new issue