fix_mcb.sh 373 B

1234567891011
  1. #!/bin/bash
  2. # LinuxGSM fix_mcb.sh function
  3. # Author: Daniel Gibbs
  4. # Website: https://linuxgsm.com
  5. # Description: Resolves possible startup issue with Minecraft Bedrock
  6. local commandname="FIX"
  7. local commandaction="Fix"
  8. # official docs state that the server should be started with: LD_LIBRARY_PATH=. ./bedrock_server
  9. export LD_LIBRARY_PATH="${serverfiles}:$LD_LIBRARY_PATH"