From 780fe26ea4971f9061ad18a7fd0ad5c67bc3734d Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Sat, 21 Jan 2023 20:04:17 +0100 Subject: [PATCH] armbian-next: logging: (very, very early beta) for uploading/sharing of ANSI log file online --- lib/functions/logging/export-logs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/functions/logging/export-logs.sh b/lib/functions/logging/export-logs.sh index 38e104041..40b56770c 100644 --- a/lib/functions/logging/export-logs.sh +++ b/lib/functions/logging/export-logs.sh @@ -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