From 7bf99a05eb96a8b4043e3a1bb5e378ad4bbb7109 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 19 Feb 2016 19:05:19 +0000 Subject: [PATCH] Removed tmux check on stop as preventing debug mode --- functions/check.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/check.sh b/functions/check.sh index 101544b55..1af79f5dd 100644 --- a/functions/check.sh +++ b/functions/check.sh @@ -2,7 +2,7 @@ # LGSM fn_check function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -lgsm_version="050216" +lgsm_version="190216" # Description: Overall function for managing checks. # Runs checks that will either halt on or fix an issue. @@ -61,7 +61,7 @@ do fi done -local allowed_commands_array=( command_console.sh command_start.sh command_stop.sh ) +local allowed_commands_array=( command_console.sh command_start.sh ) for allowed_command in "${allowed_commands_array[@]}" do if [ "${allowed_command}" == "${function_selfname}" ]; then