Fix docker permissions

The permissions were being set for the wrong file
This commit is contained in:
Mrxbox98 2022-12-24 13:45:13 -08:00 committed by GitHub
parent dd2f102eec
commit 7fc69efd0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ unzip MinecraftClient-linux.zip
rm -- MinecraftClient-linux.zip
# Set Executable
chmod +x /opt/start-latest.sh
chmod +x ./MinecraftClient
# Start the Client
./MinecraftClient