Daniel Gibbs
1 year ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
1 changed files with
1 additions and
1 deletions
-
lgsm/modules/command_dev_query_raw.sh
|
|
@ -207,7 +207,7 @@ echo -e "" |
|
|
|
echo -e "${lightgreen}Gamedig Raw Output${default}" |
|
|
|
fn_messages_separator |
|
|
|
echo -e "" |
|
|
|
if [ ! "$(command -v gamedig 2> /dev/null)" ] || [ ! -f "${lgsmdir}/node_modules/gamedig/bin/gamedig.js" ]; then |
|
|
|
if [ ! "$(command -v gamedig 2> /dev/null)" ] && [ ! -f "${lgsmdir}/node_modules/gamedig/bin/gamedig.js" ]; then |
|
|
|
fn_print_failure_nl "gamedig not installed" |
|
|
|
fi |
|
|
|
if [ ! "$(command -v jq 2> /dev/null)" ]; then |
|
|
|