Browse Source

Revert "fix(vhserver): add escaped quotes to Valheim startparams to account for spaces (#3272)" (#3370)

This reverts commit 8db3b6d487.

Co-authored-by: Brandon <[email protected]>
pull/3371/head
Daniel Gibbs 4 years ago
committed by GitHub
parent
commit
dd2ab39170
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lgsm/config-default/config-lgsm/vhserver/_default.cfg

2
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 ####

Loading…
Cancel
Save