Skip to content

Commit

Permalink
more cosmetics......
Browse files Browse the repository at this point in the history
  • Loading branch information
JappeHallunken committed Jan 21, 2024
1 parent e65d755 commit 3a014d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dietpi/func/dietpi-globals
Original file line number Diff line number Diff line change
Expand Up @@ -806,12 +806,12 @@ $grey─────────────────────────

G_BUG_REPORT() {
local dietpi_version="v$G_DIETPI_VERSION_CORE.$G_DIETPI_VERSION_SUB.$G_DIETPI_VERSION_RC ($G_GITOWNER/$G_GITBRANCH)"
echo -e "\e[41m#### Details:
echo -e "\e[44m#### Details:
- DietPi version | $dietpi_version
- Distro version | $G_DISTRO_NAME (ID=$G_DISTRO${G_RASPBIAN:+,RASPBIAN=$G_RASPBIAN})
- Hardware | $G_HW_MODEL_NAME (ID=$G_HW_MODEL)
- Kernel version | $(uname -a)
- Architecture | $(dpkg --print-architecture)\e[0m"
- Architecture | $(dpkg --print-architecture)\e[0m"
}

#-----------------------------------------------------------------------------------
Expand Down Expand Up @@ -901,9 +901,9 @@ $grey─────────────────────────
- Please create a ticket: https://github.com/MichaIng/DietPi/issues -
- Copy and paste only the BLUE lines below into the ticket -
---------------------------------------------------------------------\e[44m
- Date | $(date)"
- Date | $(date)\e[0m"
G_BUG_REPORT
echo -e "\e[41m- Image creator | $image_creator
echo -e "\e[44m- Image creator | $image_creator
- Pre-image | $preimage_name
- Command | \`$ecommand\`
- Exit code | $exit_code
Expand Down

0 comments on commit 3a014d2

Please sign in to comment.