mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-08-20 14:13:24 +00:00
paperless: change update abort message (endless spinner) (#16299)
This commit is contained in:
parent
ecd115c279
commit
12f228da1c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue