Skip to content

Commit 12f228d

Browse files
authored
paperless: change update abort message (endless spinner) (#16299)
1 parent ecd115c commit 12f228d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ct/paperless-ngx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function update_script() {
6565
read -rp "Do you want to continue with the update? (y/N): " MIGRATE
6666
echo
6767
if [[ ! "$MIGRATE" =~ ^[Yy]$ ]]; then
68-
msg_info "Update aborted. Decrypt all documents before upgrading to v3."
68+
msg_custom "⚠️" "Update aborted. Decrypt all documents before upgrading to v3."
6969
exit 0
7070
fi
7171
fi

0 commit comments

Comments
 (0)