Browse Source

fix(avserver): remove adminsteamid (#3620)

pull/3639/head
Claiyc 4 years ago
committed by GitHub
parent
commit
48c8bc7882
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      lgsm/config-default/config-lgsm/avserver/_default.cfg

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

@ -10,14 +10,8 @@
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters
# https://steamidfinder.com
adminsteamid=""
if [ -n "${adminsteamid}" ]; then
admincmd="--admin ${adminsteamid}"
fi
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
startparameters="--galaxy-name ${selfname} --ip ${ip} --datapath ${avdatapath} ${admincmd}"
startparameters="--galaxy-name ${selfname} --ip ${ip} --datapath ${avdatapath}"
#### LinuxGSM Settings ####

Loading…
Cancel
Save