fix_rust.sh 343 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 Rust
  6. local commandname="FIX"
  7. local commandaction="Fix"
  8. # Fixes: [Raknet] Server Shutting Down (Shutting Down)
  9. export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${systemdir}/RustDedicated_Data/Plugins/x86_64"