Browse Source

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

pull/3020/head
Alasdair Haig 5 years ago
parent
commit
a4112b324a
  1. 2
      lgsm/config-default/config-lgsm/vhserver/_default.cfg

2
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 ####

Loading…
Cancel
Save