Просмотр исходного кода

Removed tmux check on stop as preventing debug mode

Daniel Gibbs 10 лет назад
Родитель
Сommit
7bf99a05eb
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      functions/check.sh

+ 2 - 2
functions/check.sh

@@ -2,7 +2,7 @@
 # LGSM fn_check function
 # LGSM fn_check function
 # Author: Daniel Gibbs
 # Author: Daniel Gibbs
 # Website: http://gameservermanagers.com
 # Website: http://gameservermanagers.com
-lgsm_version="050216"
+lgsm_version="190216"
 
 
 # Description: Overall function for managing checks.
 # Description: Overall function for managing checks.
 # Runs checks that will either halt on or fix an issue.
 # Runs checks that will either halt on or fix an issue.
@@ -61,7 +61,7 @@ do
 	fi
 	fi
 done
 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[@]}"
 for allowed_command in "${allowed_commands_array[@]}"
 do
 do
 	if [ "${allowed_command}" == "${function_selfname}" ]; then
 	if [ "${allowed_command}" == "${function_selfname}" ]; then