From 7e732a2f6f5adea61cb4f89938993f1360283d85 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 2 Mar 2016 21:41:28 +0000 Subject: [PATCH] missing fi --- functions/command_stop.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/functions/command_stop.sh b/functions/command_stop.sh index 9d75fbc5a..a91bed79d 100644 --- a/functions/command_stop.sh +++ b/functions/command_stop.sh @@ -139,7 +139,8 @@ elif [ "${engine}" == "source" ]; then elif [ "${engine}" == "goldsource" ]; then fn_stop_graceful_goldsource else - fn_stop_tmux + fn_stop_tmux +fi } fn_stop_teamspeak3(){ @@ -196,7 +197,5 @@ else fi } - - check.sh fn_stop_pre_check \ No newline at end of file