diff --git a/lgsm/functions/check.sh b/lgsm/functions/check.sh index 1e7739521..5814a823d 100644 --- a/lgsm/functions/check.sh +++ b/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 diff --git a/lgsm/functions/command_dev_query_raw.sh b/lgsm/functions/command_dev_query_raw.sh index 320e24870..9cb492463 100644 --- a/lgsm/functions/command_dev_query_raw.sh +++ b/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