Skip to content

Commit 8db3b6d

Browse files
authored
fix(vhserver): add escaped quotes to Valheim startparams to account for spaces (#3272)
1 parent 2310d9e commit 8db3b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lgsm/config-default/config-lgsm/vhserver/_default.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public="1"
1818
savedir="$HOME/.config/unity3d/IronGate/Valheim"
1919

2020
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
21-
startparameters="-name '${servername}' -password ${serverpassword} -port ${port} -world ${gameworld} -public ${public} -savedir '${savedir}'"
21+
startparameters="-name \"${servername}\" -password \"${serverpassword}\" -port ${port} -world \"${gameworld}\" -public ${public} -savedir \"${savedir}\""
2222

2323
#### LinuxGSM Settings ####
2424

0 commit comments

Comments
 (0)