MOTD no longer needs to be pre-normalized (#2434)

This commit is contained in:
Geoff Bourne
2023-10-13 15:54:45 -05:00
committed by GitHub
parent e5f818bdf1
commit 2ebcc0fe00
19 changed files with 1 additions and 3 deletions

View File

@@ -28,9 +28,6 @@ function customizeServerProps {
MOTD="{\"text\":\"${MOTD}\"}"
fi
fi
if [[ $MOTD ]]; then
MOTD="$(echo "$MOTD" | mc-image-helper asciify)"
fi
if [[ -v MODE ]]; then
log "Setting mode"