Browse Source

enhance(vhserver): Add escaped quotes to Valheim startparams to account for spaces

pull/3272/head
Brandon 5 years ago
committed by GitHub
parent
commit
780c57e17d
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

@ -17,7 +17,7 @@ gameworld="${selfname}"
public="1"
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
startparameters="-name '${servername}' -password ${serverpassword} -port ${port} -world ${gameworld} -public ${public}"
startparameters="-name \"${servername}\" -password \"${serverpassword}\" -port ${port} -world \"${gameworld}\" -public ${public}"
#### LinuxGSM Settings ####

Loading…
Cancel
Save