File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858 log " applied patches: $git_patches "
5959fi
6060
61+ heaptrack_filename=" $( basename " $heaptrack_logpath " ) "
6162log " created heaptrack report at $heaptrack_logpath "
6263log " you can inspect it using this command:"
6364echo " "
@@ -67,8 +68,8 @@ log "or publish it via http and download locally to inspect with heaptrack gui v
6768echo " "
6869echo " ${WHITE} cp ${heaptrack_logpath} .zst /var/www/html/tmp/${RESET} "
6970echo " "
70- log " then click here to download https://zillyhuhn.com/tmp/${heaptrack_logpath } .zst"
71+ log " then click here to download https://zillyhuhn.com/tmp/${heaptrack_filename } .zst"
7172log " after downloading clean it up using this command:"
7273echo " "
73- echo " ${WHITE} rm /var/www/html/tmp/${heaptrack_logpath } .zst${RESET} "
74+ echo " ${WHITE} rm /var/www/html/tmp/${heaptrack_filename } .zst${RESET} "
7475echo " "
You can’t perform that action at this time.
0 commit comments