3 changed files with 17 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||||
|
#!/bin/bash |
||||
|
# LinuxGSM fix_rust.sh function |
||||
|
# Author: Daniel Gibbs |
||||
|
# Website: https://linuxgsm.com |
||||
|
# Description: Resolves startup issue with Stationeers. |
||||
|
|
||||
|
functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" |
||||
|
|
||||
|
# Fixes: [Raknet] Server Shutting Down (Shutting Down). |
||||
|
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${serverfiles}:${serverfiles}/rocketstation_DedicatedServer_Data/Plugins/x86_64" |
Loading…
Reference in new issue