There was an error while loading. Please reload this page.
1 parent ecd115c commit 12f228dCopy full SHA for 12f228d
1 file changed
ct/paperless-ngx.sh
@@ -65,7 +65,7 @@ function update_script() {
65
read -rp "Do you want to continue with the update? (y/N): " MIGRATE
66
echo
67
if [[ ! "$MIGRATE" =~ ^[Yy]$ ]]; then
68
- msg_info "Update aborted. Decrypt all documents before upgrading to v3."
+ msg_custom "⚠️" "Update aborted. Decrypt all documents before upgrading to v3."
69
exit 0
70
fi
71
0 commit comments