fix_rw.sh 284 B

12345678910
  1. #!/bin/bash
  2. # LinuxGSM fix_rw.sh function
  3. # Author: Daniel Gibbs
  4. # Website: https://linuxgsm.com
  5. # Description: Resolves startup issue with Rising World
  6. local commandname="FIX"
  7. local commandaction="Fix"
  8. export LD_LIBRARY_PATH="${serverfiles}/linux64:${serverfiles}:$LD_LIBRARY_PATH"