From 20fd5936fb36f9ca2a5c3d5b0fb091a4a21031a9 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 26 Feb 2016 19:01:37 +0000 Subject: [PATCH] Minor tidy --- functions/info_config.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/info_config.sh b/functions/info_config.sh index 6e9f1412b..3fe13fc0e 100644 --- a/functions/info_config.sh +++ b/functions/info_config.sh @@ -207,7 +207,7 @@ elif [ "${engine}" == "realvirtuality" ]; then # query port if [ "${port}" != "" ]; then - queryport=$((port+1)) + queryport=$((port + 1)) fi if [ ! -n "${queryport}" ]; then queryport="0" @@ -215,7 +215,7 @@ elif [ "${engine}" == "realvirtuality" ]; then # master port if [ "${port}" != "" ]; then - masterport=$((port+2)) + masterport=$((port + 2)) fi if [ ! -n "${masterport}" ]; then masterport="0" @@ -274,7 +274,7 @@ elif [ "${engine}" == "seriousengine35" ]; then # query port if [ -f "${servercfgfullpath}" ]; then - queryport=$((${port} + 1)) + queryport=$((port + 1)) fi if [ ! -n "${queryport}" ]; then queryport="0"