Browse Source

Fixed heading of output

pull/4531/head
MicLieg 1 year ago
parent
commit
8fdc48e5b5
  1. 4
      lgsm/modules/command_dev_parse_game_details.sh

4
lgsm/modules/command_dev_parse_game_details.sh

@ -144,7 +144,7 @@ done
# Sort and output the available distro details.
if [ -n "$available_details" ]; then
echo -e ""
echo -e "${bold}${lightgreen}Available Distro Details${default}"
echo -e "${bold}${lightgreen}Available Gameserver Details${default}"
fn_messages_separator
echo -e "${available_details}" | sort
fi
@ -152,7 +152,7 @@ fi
# Output the missing server details if there are any.
if [ -n "$missing_details" ]; then
echo -e ""
echo -e "${lightgreen}Missing or unsupported Server Details${default}"
echo -e "${lightgreen}Missing or unsupported Gameserver Details${default}"
fn_messages_separator
echo -e "${missing_details}" | sort
fi

Loading…
Cancel
Save