paperless: change update abort message (endless spinner)

This commit is contained in:
CanbiZ (MickLesk)
2026-08-06 07:57:10 +02:00
committed by GitHub
parent d53486c86e
commit 6886d6127b
+1 -1
View File
@@ -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