Browse Source

Needed double quotes to work

pull/725/head
UltimateByte 9 years ago
parent
commit
1ebb1139a3
  1. 2
      Rust/rustserver

2
Rust/rustserver

@ -45,7 +45,7 @@ parms="-batchmode +server.ip ${ip} +server.port ${port} +server.tickrate ${tickr
}
# Specific to Rust
if [ -n ${seed} ]; then
if [ -n "${seed}" ]; then
# If set, then add to start parms
conditionalseed="+server.seed ${seed}"
else

Loading…
Cancel
Save