mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-09-21 20:05:48 +02:00
paperless: change update abort message (endless spinner) (#16299)
This commit is contained in:
committed by
GitHub
parent
ecd115c279
commit
12f228da1c
+1
-1
@@ -65,7 +65,7 @@ function update_script() {
|
|||||||
read -rp "Do you want to continue with the update? (y/N): " MIGRATE
|
read -rp "Do you want to continue with the update? (y/N): " MIGRATE
|
||||||
echo
|
echo
|
||||||
if [[ ! "$MIGRATE" =~ ^[Yy]$ ]]; then
|
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
|
exit 0
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user