From 1ebb1139a3fc3299b255ca5bf03df7cf16f39fd1 Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Mon, 29 Feb 2016 07:36:33 +0100 Subject: [PATCH] Needed double quotes to work --- Rust/rustserver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rust/rustserver b/Rust/rustserver index 6497c0480..8d98109f0 100644 --- a/Rust/rustserver +++ b/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