Skip to content

Commit

Permalink
Updated to array style command
Browse files Browse the repository at this point in the history
  • Loading branch information
Dashboy1998 committed Jan 26, 2024
1 parent b2d4041 commit 3eef125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if [ -n "${SERVER_NAME}" ]; then
fi

if [ -n "${SERVER_DESCRIPTION}" ]; then
STARTCOMMAND="${STARTCOMMAND} -serverdescription=${SERVER_DESCRIPTION}"
STARTCOMMAND+=("-serverdescription=${SERVER_DESCRIPTION}")
fi

if [ -n "${SERVER_PASSWORD}" ]; then
Expand Down

0 comments on commit 3eef125

Please sign in to comment.