Skip to content

Commit

Permalink
dietpi-troubleshoot isn't needed anymore, so I deleted it.
Browse files Browse the repository at this point in the history
  • Loading branch information
JappeHallunken committed Jan 21, 2024
1 parent eec5701 commit 522f42c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
9 changes: 5 additions & 4 deletions dietpi/func/dietpi-globals
Original file line number Diff line number Diff line change
Expand Up @@ -804,14 +804,15 @@ $grey─────────────────────────
return "${result:-1}"
}

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

#-----------------------------------------------------------------------------------
Expand Down Expand Up @@ -901,7 +902,7 @@ $grey─────────────────────────
- Please create a ticket: https://github.com/MichaIng/DietPi/issues -
- Copy and paste only the BLUE lines below into the ticket -
---------------------------------------------------------------------\e[44m"
G_BUG_REPORT "$dietpi_version"
G_BUG_REPORT
echo -e "\e[41m- Image creator | $image_creator
- Pre-image | $preimage_name
- Command | \`$ecommand\`
Expand Down
8 changes: 0 additions & 8 deletions dietpi/func/dietpi-troubleshoot

This file was deleted.

0 comments on commit 522f42c

Please sign in to comment.