Browse Source
fix(vhserver): add escaped quotes to Valheim startparams to account for spaces (#3272)
pull/3289/head
Brandon
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
lgsm/config-default/config-lgsm/vhserver/_default.cfg
|
|
@ -18,7 +18,7 @@ public="1" |
|
|
|
savedir="$HOME/.config/unity3d/IronGate/Valheim" |
|
|
|
|
|
|
|
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
|
|
|
startparameters="-name '${servername}' -password ${serverpassword} -port ${port} -world ${gameworld} -public ${public} -savedir '${savedir}'" |
|
|
|
startparameters="-name \"${servername}\" -password \"${serverpassword}\" -port ${port} -world \"${gameworld}\" -public ${public} -savedir \"${savedir}\"" |
|
|
|
|
|
|
|
#### LinuxGSM Settings #### |
|
|
|
|
|
|
|