fix_rust.sh 332 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: [Raknet] Server Shutting Down (Shutting Down)
  9. export LD_LIBRARY_PATH="${systemdir}/RustDedicated_Data/Plugins/x86_64"