Browse Source

Corrected Website URL

pull/2002/head
Daniel Gibbs 7 years ago
parent
commit
287d5f9040
  1. 2
      lgsm/functions/command_dev_query_raw.sh
  2. 2
      lgsm/functions/query_gamedig.sh
  3. 2
      tests/tests_shellcheck.sh

2
lgsm/functions/command_dev_query_raw.sh

@ -1,7 +1,7 @@
#!/bin/bash
# command_dev_query_raw.sh function
# Author: Daniel Gibbs
# Website: https://gameservermanagers.com
# Website: https://linuxgsm.com
# Description: Raw gamedig output of the server.
local commandname="QUERY-RAW"

2
lgsm/functions/query_gamedig.sh

@ -1,7 +1,7 @@
#!/bin/bash
# query_gamedig.sh function
# Author: Daniel Gibbs
# Website: https://gameservermanagers.com
# Website: https://linuxgsm.com
# Description: Querys a gameserver using node-gamedig.
# https://github.com/sonicsnes/node-gamedig

2
tests/tests_shellcheck.sh

@ -5,7 +5,7 @@
# Purpose: Travis CI Tests: Shellcheck | Linux Game Server Management Script
# Contributors: https://github.com/GameServerManagers/LinuxGSM/graphs/contributors
# Documentation: https://github.com/GameServerManagers/LinuxGSM/wiki
# Website: https://gameservermanagers.com
# Website: https://linuxgsm.com
echo "================================="
echo "Travis CI Tests"

Loading…
Cancel
Save