From 86eeb76a9edc787e5e325003ffe7f5599f453cd8 Mon Sep 17 00:00:00 2001 From: merlinlcb Date: Fri, 23 Dec 2022 12:51:11 -0700 Subject: [PATCH] Update start-latest.sh found that randomly after updating to the latest version execution was not being permitted on multiple linux devices running docker, this solves for that --- Docker/start-latest.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Docker/start-latest.sh b/Docker/start-latest.sh index 6f158287..73fae023 100644 --- a/Docker/start-latest.sh +++ b/Docker/start-latest.sh @@ -18,5 +18,8 @@ unzip MinecraftClient-linux.zip # Remove the ZIP rm -- MinecraftClient-linux.zip +# Set Executable +chmod +x /opt/start-latest.sh + # Start the Client ./MinecraftClient