|
|
@ -12,11 +12,12 @@ |
|
|
|
port="27000" |
|
|
|
# https://steamidfinder.com |
|
|
|
adminsteamid="" |
|
|
|
|
|
|
|
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
|
|
|
if [ ! -z "${adminsteamid}" ]; then |
|
|
|
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}" |
|
|
|
|
|
|
|
#### LinuxGSM Settings #### |
|
|
|