Skip to content

removed quotes to be able to specify multiple additional arguments - #212

Open
ppaulis wants to merge 1 commit into
joedwards32:mainfrom
osg-lan:main
Open

removed quotes to be able to specify multiple additional arguments#212
ppaulis wants to merge 1 commit into
joedwards32:mainfrom
osg-lan:main

Conversation

@ppaulis

@ppaulis ppaulis commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Hi @joedwards32,

I'm trying to add multiple additional arguments like this in my server config:

CS2_ADDITIONAL_ARGS=+sv_deltaticks_enforce 0 +tv_autorecord 1 +tv_relayvoice 0

It works fine with a single argument, but as soon as I add a second one like in the example above, it stops working. My guess is that it's because of the quotes:

"${CS2_ADDITIONAL_ARGS}"

in entry.sh

This PR should fix the problem. Alternatively I could add new env vars for all three properties.

Thanks,
best regards,
Pascal

Signed-off-by: Pascal Paulis <ppaulis@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant