Skip to content

Commit

Permalink
Allow pre-escaping unicode in server.properties (#2483)
Browse files Browse the repository at this point in the history
  • Loading branch information
itzg authored Nov 12, 2023
1 parent aba27ad commit eb279d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN easy-add --var os=${TARGETOS} --var arch=${TARGETARCH}${TARGETVARIANT} \
--var version=1.9.1 --var app=mc-server-runner --file {{.app}} \
--from https://github.com/itzg/{{.app}}/releases/download/{{.version}}/{{.app}}_{{.version}}_{{.os}}_{{.arch}}.tar.gz

ARG MC_HELPER_VERSION=1.36.7
ARG MC_HELPER_VERSION=1.36.8
ARG MC_HELPER_BASE_URL=https://github.com/itzg/mc-image-helper/releases/download/${MC_HELPER_VERSION}
# used for cache busting local copy of mc-image-helper
ARG MC_HELPER_REV=1
Expand Down
3 changes: 0 additions & 3 deletions scripts/start-setupRbac
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ elif [[ -v OVERRIDE_WHITELIST ]] && isTrue "${OVERRIDE_WHITELIST}"; then
fi

sharedArgs=(--version="$VERSION")
if isFalse "${ONLINE_MODE:-true}"; then
sharedArgs+=( --offline )
fi

if [[ -v OPS_FILE ]]; then
existing="$EXISTING_OPS_FILE"
Expand Down

0 comments on commit eb279d0

Please sign in to comment.