File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -144,15 +144,15 @@ done
144144# Sort and output the available distro details.
145145if [ -n " $available_details " ]; then
146146 echo -e " "
147- echo -e " ${bold}${lightgreen} Available Distro Details${default} "
147+ echo -e " ${bold}${lightgreen} Available Gameserver Details${default} "
148148 fn_messages_separator
149149 echo -e " ${available_details} " | sort
150150fi
151151
152152# Output the missing server details if there are any.
153153if [ -n " $missing_details " ]; then
154154 echo -e " "
155- echo -e " ${lightgreen} Missing or unsupported Server Details${default} "
155+ echo -e " ${lightgreen} Missing or unsupported Gameserver Details${default} "
156156 fn_messages_separator
157157 echo -e " ${missing_details} " | sort
158158fi
Original file line number Diff line number Diff line change 55# Website: https://linuxgsm.com
66# Description: Variables providing useful info on the Operating System such as disk and performace info.
77# Used for command_details.sh, command_debug.sh and alert.sh.
8+ # !Note: When adding variables to this script, ensure that they are also added to the command_dev_parse_distro_details.sh script.
89
910moduleselfname=" $( basename " $( readlink -f " ${BASH_SOURCE[0]} " ) " ) "
1011
Original file line number Diff line number Diff line change 44# Contributors: http://linuxgsm.com/contrib
55# Website: https://linuxgsm.com
66# Description: Gathers various game server information.
7+ # !Note: When adding variables to this script, ensure that they are also added to the command_dev_parse_game_details.sh script.
78
89# shellcheck disable=SC2317
910moduleselfname=" $( basename " $( readlink -f " ${BASH_SOURCE[0]} " ) " ) "
You can’t perform that action at this time.
0 commit comments