Selaa lähdekoodia

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

This reverts commit 8db3b6d48740817eec2c337f6e579c9064ec9e74.

Co-authored-by: Brandon <brandon@tendency.me>
Daniel Gibbs 5 vuotta sitten
vanhempi
commit
dd2ab39170
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      lgsm/config-default/config-lgsm/vhserver/_default.cfg

+ 1 - 1
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 ####