Browse Source

fix(gamedig): no querystatus after exit

pull/3836/head
Lucas Briese 3 years ago
parent
commit
05c1702082
  1. 2
      lgsm/functions/query_gamedig.sh

2
lgsm/functions/query_gamedig.sh

@ -7,7 +7,7 @@
# https://github.com/sonicsnes/node-gamedig
functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
querystatus="2"
# Check if gamedig and jq are installed.
if [ "$(command -v gamedig 2> /dev/null)" ] && [ "$(command -v jq 2> /dev/null)" ]; then

Loading…
Cancel
Save