File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -144,15 +144,15 @@ done
144
144
# Sort and output the available distro details.
145
145
if [ -n " $available_details " ]; then
146
146
echo -e " "
147
- echo -e " ${bold}${lightgreen} Available Distro Details${default} "
147
+ echo -e " ${bold}${lightgreen} Available Gameserver Details${default} "
148
148
fn_messages_separator
149
149
echo -e " ${available_details} " | sort
150
150
fi
151
151
152
152
# Output the missing server details if there are any.
153
153
if [ -n " $missing_details " ]; then
154
154
echo -e " "
155
- echo -e " ${lightgreen} Missing or unsupported Server Details${default} "
155
+ echo -e " ${lightgreen} Missing or unsupported Gameserver Details${default} "
156
156
fn_messages_separator
157
157
echo -e " ${missing_details} " | sort
158
158
fi
Original file line number Diff line number Diff line change 5
5
# Website: https://linuxgsm.com
6
6
# Description: Variables providing useful info on the Operating System such as disk and performace info.
7
7
# 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.
8
9
9
10
moduleselfname=" $( basename " $( readlink -f " ${BASH_SOURCE[0]} " ) " ) "
10
11
Original file line number Diff line number Diff line change 4
4
# Contributors: http://linuxgsm.com/contrib
5
5
# Website: https://linuxgsm.com
6
6
# 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.
7
8
8
9
# shellcheck disable=SC2317
9
10
moduleselfname=" $( basename " $( readlink -f " ${BASH_SOURCE[0]} " ) " ) "
You can’t perform that action at this time.
0 commit comments