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