Browse Source

added checkip to query raw

Daniel Gibbs 8 years ago
parent
commit
8a1778a22b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      lgsm/functions/check.sh
  2. 1 1
      lgsm/functions/command_dev_query_raw.sh

+ 1 - 1
lgsm/functions/check.sh

@@ -61,7 +61,7 @@ do
 	fi
 done
 
-local allowed_commands_array=( command_debug.sh command_details.sh command_monitor.sh command_start.sh command_stop.sh )
+local allowed_commands_array=( command_debug.sh command_details.sh command_monitor.sh command_start.sh command_stop.sh command_dev_query_raw.sh )
 for allowed_command in "${allowed_commands_array[@]}"
 do
 	if [ "${allowed_command}" == "${function_selfname}" ]; then

+ 1 - 1
lgsm/functions/command_dev_query_raw.sh

@@ -15,7 +15,7 @@ if [ ! "$(command -v jq 2>/dev/null)" ]; then
 	fn_print_failure_nl "jq not installed"
 fi
 
-
+check.sh
 info_config.sh
 info_parms.sh
 if [ "${engine}" == "idtech3_ql" ]; then