From 18c3eb8055c48568153df44dc7f848467eb72377 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 2 Jan 2016 01:24:23 +0000 Subject: [PATCH] syntax error --- functions/fix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/fix.sh b/functions/fix.sh index d5d3a8e1f..931f4acbe 100644 --- a/functions/fix.sh +++ b/functions/fix.sh @@ -16,7 +16,7 @@ if [ "${function_selfname}" != "command_install.sh" ]; then if [ "${gamename}" == "Counter Strike: Global Offensive" ]; then startfix=1 fix_csgo.sh - if [ "${gamename}" == "Don't Starve Together" ]; then + elif [ "${gamename}" == "Don't Starve Together" ]; then fix_dst.sh elif [ "${gamename}" == "Insurgency" ]; then fix_ins.sh