From 780c57e17db55fd71ae869c24c51361e0778831b Mon Sep 17 00:00:00 2001 From: Brandon Date: Thu, 18 Feb 2021 00:54:36 -0600 Subject: [PATCH] enhance(vhserver): Add escaped quotes to Valheim startparams to account for spaces --- lgsm/config-default/config-lgsm/vhserver/_default.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/config-default/config-lgsm/vhserver/_default.cfg b/lgsm/config-default/config-lgsm/vhserver/_default.cfg index c6f8b8726..2206788bc 100644 --- a/lgsm/config-default/config-lgsm/vhserver/_default.cfg +++ b/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 ####