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

Server not staying alive, so added > /dev/null like in original

Alasdair Haig 6 лет назад
Родитель
Сommit
a4112b324a
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}"
+parms="-name \"${name}\" -password \"${password}\" -port ${port} -world \"${world}\" -public ${public} > /dev/null"
 }
 
 #### LinuxGSM Settings ####