Browse Source

Added hint for new variables

pull/4531/head
MicLieg 1 year ago
parent
commit
252c0e8a21
  1. 1
      lgsm/modules/info_distro.sh
  2. 1
      lgsm/modules/info_game.sh

1
lgsm/modules/info_distro.sh

@ -5,6 +5,7 @@
# Website: https://linuxgsm.com
# Description: Variables providing useful info on the Operating System such as disk and performace info.
# Used for command_details.sh, command_debug.sh and alert.sh.
# !Note: When adding variables to this script, ensure that they are also added to the command_dev_parse_distro_details.sh script.
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"

1
lgsm/modules/info_game.sh

@ -4,6 +4,7 @@
# Contributors: http://linuxgsm.com/contrib
# Website: https://linuxgsm.com
# Description: Gathers various game server information.
# !Note: When adding variables to this script, ensure that they are also added to the command_dev_parse_game_details.sh script.
# shellcheck disable=SC2317
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"

Loading…
Cancel
Save