Skip to content

Commit

Permalink
Fixed a bug when the server name contains spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Danixu committed Jan 11, 2025
1 parent b50c6fd commit 56671ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ fi

# You can choose a different servername by using this option when starting the server.
if [ -n "${SERVERNAME}" ]; then
ARGS="${ARGS} -servername ${SERVERNAME}"
ARGS="${ARGS} -servername \"${SERVERNAME}\""
else
# If not servername is set, use the default name in the next step
SERVERNAME="servertest"
Expand Down

0 comments on commit 56671ec

Please sign in to comment.