2 changed files with 11 additions and 1 deletions
@ -0,0 +1,10 @@ |
|||||
|
#!/bin/bash |
||||
|
# LinuxGSM fix_sm.sh module |
||||
|
# Author: Daniel Gibbs |
||||
|
# Contributors: http://linuxgsm.com/contrib |
||||
|
# Website: https://linuxgsm.com |
||||
|
# Description: Resolves issues with Unturned. |
||||
|
|
||||
|
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" |
||||
|
|
||||
|
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${serverfiles}:${serverfiles}/linux64" |
Loading…
Reference in new issue