Browse Source

Added steamcmd check to start debug

pull/743/head
Daniel Gibbs 9 years ago
parent
commit
3d7ac4ed4e
  1. 4
      functions/check.sh

4
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="170216"
# 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.
@ -49,7 +49,7 @@ do
fi fi
done done
local allowed_commands_array=( update_check.sh command_validate.sh ) local allowed_commands_array=( update_check.sh command_debug.sh command_start.sh command_validate.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

Loading…
Cancel
Save