From 0a5c682d717c8708c79ca6baaf54e3a7e745e760 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 28 Feb 2016 13:10:47 +0000 Subject: [PATCH] corrected if best practice --- functions/command_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/command_install.sh b/functions/command_install.sh index e933b2598..fb4682d53 100644 --- a/functions/command_install.sh +++ b/functions/command_install.sh @@ -19,7 +19,7 @@ elif [ "${gamename}" == "Unreal Tournament 99" ]; then install_server_files.sh elif [ "${gamename}" == "Teamspeak 3" ]; then install_ts3.sh -elif [ ! -z "${appid}" ]; then +elif [ -n "${appid}" ]; then install_steamcmd.sh install_server_files.sh fi