fix_mcb.sh 435 B

1234567891011
  1. #!/bin/bash
  2. # LinuxGSM fix_mcb.sh module
  3. # Author: Daniel Gibbs
  4. # Contributors: http://linuxgsm.com/contrib
  5. # Website: https://linuxgsm.com
  6. # Description: Resolves possible startup issue with Minecraft Bedrock.
  7. functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
  8. # official docs state that the server should be started with: LD_LIBRARY_PATH=. ./bedrock_server
  9. export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${serverfiles}"