fix_unt.sh 359 B

1234567891011
  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. local modulename="FIX"
  7. local commandaction="Fix"
  8. # steamclient.so: cannot open shared object file: No such file or directory
  9. export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${serverfiles}:${serverfiles}/linux64"