From 3a014d28cda83924a13481c69ca9f4145f70ff92 Mon Sep 17 00:00:00 2001 From: JappeHallunken Date: Sun, 21 Jan 2024 21:32:12 +0100 Subject: [PATCH] more cosmetics...... --- dietpi/func/dietpi-globals | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dietpi/func/dietpi-globals b/dietpi/func/dietpi-globals index 0e63af8974..379897f053 100644 --- a/dietpi/func/dietpi-globals +++ b/dietpi/func/dietpi-globals @@ -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" } #----------------------------------------------------------------------------------- @@ -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