From ff3017fd97aff1e5bf2c4e7cd99ef95054b43948 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 28 Dec 2015 15:46:11 +0000 Subject: [PATCH] removed spaces --- functions/command_start.sh | 2 +- functions/info_config.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/command_start.sh b/functions/command_start.sh index 9c72ae108..424c69e4c 100644 --- a/functions/command_start.sh +++ b/functions/command_start.sh @@ -59,7 +59,7 @@ cd "${executabledir}" ./ts3server_startscript.sh start inifile="${servercfgfullpath}" > /dev/null 2>&1 sleep 1 info_ts3status.sh -if [ "${ts3status}" = "Server seems to have died" ] || [ "${ts3status}" = "No server running (ts3server.pid is missing)" ]; then +if [ "${ts3status}" = "Server seems to have died" ]||[ "${ts3status}" = "No server running (ts3server.pid is missing)" ]; then fn_printfailnl "Unable to start ${servername}" fn_scriptlog "Unable to start ${servername}" echo -e " Check log files: ${rootdir}/log" diff --git a/functions/info_config.sh b/functions/info_config.sh index a342e2a52..0af342894 100644 --- a/functions/info_config.sh +++ b/functions/info_config.sh @@ -297,7 +297,7 @@ elif [ "${engine}" == "seriousengine35" ]; then fn_servercfgfullpath # Source Engine Games -elif [ "${engine}" == "source" ] || [ "${engine}" == "goldsource" ]; then +elif [ "${engine}" == "source" ]||[ "${engine}" == "goldsource" ]; then # server name if [ -f "${servercfgfullpath}" ]; then @@ -635,7 +635,7 @@ elif [ "${gamename}" == "Hurtworld" ]; then fi # Unreal Tournament -elif [ "${engine}" == "unreal" ] || [ "${engine}" == "unreal2" ]; then +elif [ "${engine}" == "unreal" ]||[ "${engine}" == "unreal2" ]; then # server name if [ -f "${servercfgfullpath}" ]; then