Browse Source

executable hotfix for Rust | fixes #1171

pull/1192/merge
UltimateByte 9 years ago
committed by Daniel Gibbs
parent
commit
9bf74b80c2
  1. 4
      Rust/rustserver

4
Rust/rustserver

@ -116,7 +116,7 @@ filesdir="${rootdir}/serverfiles"
## Server Specific Directories
systemdir="${filesdir}"
executabledir="${filesdir}"
executable="./RustDedicated"
executable="LD_LIBRARY_PATH=$LD_LIBRARY_PATH:`dirname $0`/RustDedicated_Data/Plugins/x86_64 ./RustDedicated"
serveridentitydir="${systemdir}/server/${servicename}"
servercfg="server.cfg"
servercfgdefault="server.cfg"
@ -214,4 +214,4 @@ fi
core_dl.sh
core_functions.sh
getopt=$1
core_getopt.sh
core_getopt.sh

Loading…
Cancel
Save