Browse Source

added checkip to query raw

pull/1915/head
Daniel Gibbs 7 years ago
parent
commit
8a1778a22b
  1. 2
      lgsm/functions/check.sh
  2. 2
      lgsm/functions/command_dev_query_raw.sh

2
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

2
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

Loading…
Cancel
Save