fix SRCDSPARAMS

This commit is contained in:
Lars Olzem 2018-08-17 20:15:32 +01:00
parent 002b9b117d
commit afbcf1ba93
No known key found for this signature in database
GPG Key ID: 358CF5698DDD556E

View File

@ -15,15 +15,15 @@ ENV APPS="4020" \
CUSTOMPARAMETERS="" \
SRCDSPARAMS="\
-game garrysmod \
-tickrate ${TICKRATE} \
-maxplayers ${MAXPLAYERS} \
-authkey ${AUTHKEY} \
+host_workshop_collection ${WORKSHOPCOLLECTIONID} \
+gamemode ${GAMEMODE} \
+map ${MAP} \
+sv_setsteamaccount ${GLST} \
+servercfgfile ${CONFIG} \
${CUSTOMPARAMETERS} \
-tickrate \${TICKRATE} \
-maxplayers \${MAXPLAYERS} \
-authkey \${AUTHKEY} \
+host_workshop_collection \${WORKSHOPCOLLECTIONID} \
+gamemode \${GAMEMODE} \
+map \${MAP} \
+sv_setsteamaccount \${GLST} \
+servercfgfile \${CONFIG} \
\${CUSTOMPARAMETERS} \
"
COPY cfg $BASEDIR/garrysmod/cfg