Skip to content

Commit

Permalink
Merge pull request #170 from nathanielvarona/improvements-action-logs…
Browse files Browse the repository at this point in the history
…-emoji-alignment

Action logs Emoji Alignment
  • Loading branch information
nathanielvarona authored May 5, 2024
2 parents 8f3fee5 + 92e477e commit dd881a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pritunl-client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ setup_profile_file() {
fi

# Display the profile setup output
echo -e "${TTY_EMOJI_SCROLL} The profile file is now set, and the ${TTY_BLUE_NORMAL}step outputs${TTY_COLOR_RESET} have been generated."
echo -e "${TTY_EMOJI_SCROLL} The profile file is now set, and the ${TTY_BLUE_NORMAL}step outputs${TTY_COLOR_RESET} have been generated."

if [[ "${PRITUNL_CONCEALED_OUTPUTS}" != "true" ]]; then
# Display Primary Client ID (string, bash variable)
Expand Down Expand Up @@ -730,16 +730,16 @@ display_installed_client() {
pritunl-client version |
awk 'BEGIN {
# Define Emoji Unicode and Color Codes
rocket="'${TTY_EMOJI_PACKAGE}'" # Rocket emoji for visual feedback
emoji="'${TTY_EMOJI_PACKAGE}'" # Emoji for visual feedback
blue="'${TTY_BLUE_BOLD}'" # Blue color for version text
green="'${TTY_GREEN_BOLD}'" # Green color for version status
reset="'${TTY_COLOR_RESET}'" # Reset terminal color
}
# Format the output with Emoji Unicode and Colors
{
# Print the App Name and Version Information with Emoji Unicode and Colors
printf "%s %s%s %s%s %s%s%s\n", # Rendering Format
rocket, # TTY Package Emoji
printf "%s %s%s %s%s %s%s%s\n", # Rendering Format
emoji, # TTY Emoji
blue, # TTY Color Blue
$1, # App Name First Word
$2, # App Name Second Word
Expand Down

0 comments on commit dd881a4

Please sign in to comment.