Skip to content

Commit

Permalink
games-server/minecraft-server: fix message
Browse files Browse the repository at this point in the history
Signed-off-by: Conrad Kostecki <[email protected]>
  • Loading branch information
ConiKost committed Apr 24, 2024
1 parent ee491fb commit f524822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion games-server/minecraft-server/files/minecraft-server-bin
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ MINECRAFT_OPTS="nogui"
set -- /opt/openjdk-bin-21.* /usr/lib*/openjdk-21
while ! [ -d "${1}" ]; do
if [ ${#} -eq 1 ]; then
echo "Error: No JAVA 17 runtime found!"
echo "Error: No JAVA 21 runtime found!"
exit 1
fi

Expand Down

0 comments on commit f524822

Please sign in to comment.