Daniel Gibbs
7 months ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
1 changed files with
5 additions and
0 deletions
-
lgsm/modules/command_dev_query_raw.sh
|
|
@ -204,9 +204,14 @@ echo -e "" |
|
|
|
echo -e "PORT: ${port}" |
|
|
|
echo -e "QUERY PORT: ${queryport}" |
|
|
|
echo -e "" |
|
|
|
echo -e "${lightgreen}Is My Game Server Online?${default}" |
|
|
|
fn_messages_separator |
|
|
|
echo -e "Game server status: https://ismygameserver.online/${querytype}/${queryip}:${queryport}" |
|
|
|
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 |
|
|
|
fn_print_failure_nl "gamedig not installed" |
|
|
|
fi |
|
|
|