Skip to content

Commit 697893d

Browse files
committed
Fix colors
1 parent 3bc483e commit 697893d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

heaptrack.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ heaptrack_filename="$(basename "$heaptrack_logpath")"
6262
log "created heaptrack report at $heaptrack_logpath"
6363
log "you can inspect it using this command:"
6464
echo ""
65-
echo " ${WHITE}heaptrack_print ${heaptrack_logpath}.zst | less${RESET}"
65+
echo -e " ${WHITE}heaptrack_print ${heaptrack_logpath}.zst | less${RESET}"
6666
echo ""
6767
log "or publish it via http and download locally to inspect with heaptrack gui version:"
6868
echo ""
69-
echo " ${WHITE}cp ${heaptrack_logpath}.zst /var/www/html/tmp/${RESET}"
69+
echo -e " ${WHITE}cp ${heaptrack_logpath}.zst /var/www/html/tmp/${RESET}"
7070
echo ""
7171
log "then click here to download https://zillyhuhn.com/tmp/${heaptrack_filename}.zst"
7272
log "after downloading clean it up using this command:"
7373
echo ""
74-
echo " ${WHITE}rm /var/www/html/tmp/${heaptrack_filename}.zst${RESET}"
74+
echo -e " ${WHITE}rm /var/www/html/tmp/${heaptrack_filename}.zst${RESET}"
7575
echo ""

0 commit comments

Comments
 (0)