We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 457238b commit 48c8bc7Copy full SHA for 48c8bc7
lgsm/config-default/config-lgsm/avserver/_default.cfg
@@ -10,14 +10,8 @@
10
11
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters
12
13
-# https://steamidfinder.com
14
-adminsteamid=""
15
-if [ -n "${adminsteamid}" ]; then
16
- admincmd="--admin ${adminsteamid}"
17
-fi
18
-
19
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
20
-startparameters="--galaxy-name ${selfname} --ip ${ip} --datapath ${avdatapath} ${admincmd}"
+startparameters="--galaxy-name ${selfname} --ip ${ip} --datapath ${avdatapath}"
21
22
#### LinuxGSM Settings ####
23
0 commit comments