fix_rust.sh 411 B

1234567891011
  1. #!/bin/bash
  2. # LGSM fix_rust.sh function
  3. # Author: Daniel Gibbs
  4. # Website: https://gameservermanagers.com
  5. # Description: Resolves startup issue with Rust
  6. local commandname="FIX"
  7. local commandaction="Fix"
  8. # Fixes: ./srcds_linux: error while loading shared libraries: libtier0.so: cannot open shared object file: No such file or directory.
  9. export LD_LIBRARY_PATH="${systemdir}/RustDedicated_Data/Plugins/x86_64"