mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Fix docker permissions
The permissions were being set for the wrong file
This commit is contained in:
parent
dd2f102eec
commit
7fc69efd0a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue