Browse Source

feat(avorion): remove avgalaxy variable and replace with selfname

pull/2892/head
Daniel Gibbs 5 years ago
committed by GitHub
parent
commit
f05eab2633
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      lgsm/config-default/config-lgsm/avserver/_default.cfg

5
lgsm/config-default/config-lgsm/avserver/_default.cfg

@ -11,14 +11,13 @@
port="27000"
# https://steamidfinder.com
adminsteamid=""
avgalaxy="avgalaxy"
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
fn_parms(){
if [ ! -z "${adminsteamid}" ]; then
admincmd="--admin ${adminsteamid}"
fi
parms="--galaxy-name ${avgalaxy} --ip ${ip} --datapath ${avdatapath} ${admincmd}"
parms="--galaxy-name ${selfname} --ip ${ip} --datapath ${avdatapath} ${admincmd}"
}
#### LinuxGSM Settings ####
@ -146,7 +145,7 @@ glibc="2.15"
## Game Server Directories
avdatapath="${serverfiles}/galaxy"
avgalaxypath="${avdatapath}/${avgalaxy}"
avgalaxypath="${avdatapath}/${selfname}"
systemdir="${serverfiles}"
executabledir="${systemdir}"
executable="./server.sh"

Loading…
Cancel
Save