- #!/bin/bash
- # LinuxGSM fix_rust.sh function
- # Author: Daniel Gibbs
- # Website: https://linuxgsm.com
- # Description: Resolves startup issue with Soldier of Fortune 2
- local modulename="FIX"
- local commandaction="Fix"
- # Fixes: error while loading shared libraries: libcxa.so.1
- export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${serverfiles}"
|