diff --git a/lgsm/config-default/config-lgsm/vhserver/_default.cfg b/lgsm/config-default/config-lgsm/vhserver/_default.cfg index 739c336e6..2040194c1 100644 --- a/lgsm/config-default/config-lgsm/vhserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/vhserver/_default.cfg @@ -23,7 +23,7 @@ public="1" ## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters fn_parms(){ -parms="-name ${name} -password ${password} -port ${port} -world ${world} -public ${public}" +parms="-name "${name}" -password ${password} -port ${port} -world "${world}" -public ${public}" } #### LinuxGSM Settings ####