mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
armbian-next: logging: (very, very early beta) for uploading/sharing of ANSI log file online
This commit is contained in:
@@ -106,6 +106,7 @@ function export_ansi_logs() {
|
||||
|
||||
if [[ "${show_message_after_export:-"yes"}" != "skip" ]]; then
|
||||
display_alert "ANSI log file built; inspect it by running:" "less -RS ${target_relative_to_src}"
|
||||
display_alert "Share log (beta!)" "cat ${target_relative_to_src} | curl --data-binary @- https://paste.next.armbian.com/documents"
|
||||
fi
|
||||
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user