4
0

fix_mcb.sh 393 B

12345678910
  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. functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
  7. # official docs state that the server should be started with: LD_LIBRARY_PATH=. ./bedrock_server
  8. export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${serverfiles}"