From 12f228da1c714fcfe5da5e93aee5b477dcad45eb Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Thu, 6 Aug 2026 14:28:58 +0200 Subject: [PATCH] paperless: change update abort message (endless spinner) (#16299) --- ct/paperless-ngx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/paperless-ngx.sh b/ct/paperless-ngx.sh index 155f063af..995fc154a 100644 --- a/ct/paperless-ngx.sh +++ b/ct/paperless-ngx.sh @@ -65,7 +65,7 @@ function update_script() { read -rp "Do you want to continue with the update? (y/N): " MIGRATE echo if [[ ! "$MIGRATE" =~ ^[Yy]$ ]]; then - msg_info "Update aborted. Decrypt all documents before upgrading to v3." + msg_custom "⚠️" "Update aborted. Decrypt all documents before upgrading to v3." exit 0 fi fi