Просмотр исходного кода

Fiddled with execution parameters

Alasdair Haig 6 лет назад
Родитель
Сommit
1170ecbcba
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lgsm/config-default/config-lgsm/vhserver/_default.cfg

+ 1 - 1
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} > /dev/null"
+parms="-name ${name} -password ${password} -port ${port} -world ${world} -public ${public} > /dev/null"
 }
 
 #### LinuxGSM Settings ####