fix_unt.sh 378 B

12345678910
  1. #!/bin/bash
  2. # LinuxGSM fix_rust.sh function
  3. # Author: Daniel Gibbs
  4. # Website: https://linuxgsm.com
  5. # Description: Resolves startup issue with Unturned.
  6. functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
  7. # steamclient.so: cannot open shared object file: No such file or directory
  8. export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${serverfiles}:${serverfiles}/linux64"