Skip to content

Commit

Permalink
Fixed heading of output
Browse files Browse the repository at this point in the history
  • Loading branch information
MicLieg committed Mar 9, 2024
1 parent bcd2f0f commit 0ec593f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lgsm/modules/command_dev_parse_game_details.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,15 +144,15 @@ 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

# 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
Expand Down

0 comments on commit 0ec593f

Please sign in to comment.