Skip to content

Commit 48c8bc7

Browse files
authored
fix(avserver): remove adminsteamid (#3620)
1 parent 457238b commit 48c8bc7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,8 @@
1010

1111
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters
1212

13-
# https://steamidfinder.com
14-
adminsteamid=""
15-
if [ -n "${adminsteamid}" ]; then
16-
admincmd="--admin ${adminsteamid}"
17-
fi
18-
1913
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
20-
startparameters="--galaxy-name ${selfname} --ip ${ip} --datapath ${avdatapath} ${admincmd}"
14+
startparameters="--galaxy-name ${selfname} --ip ${ip} --datapath ${avdatapath}"
2115

2216
#### LinuxGSM Settings ####
2317

0 commit comments

Comments
 (0)