From 9b4fc56de6fe28fc923ee13d9878d762cf6c08ed Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Mon, 20 Apr 2026 09:21:25 +0200 Subject: [PATCH] Change migration messages to warnings (#13860) --- ct/actualbudget.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ct/actualbudget.sh b/ct/actualbudget.sh index f9003cbd6..7a75e4d7e 100644 --- a/ct/actualbudget.sh +++ b/ct/actualbudget.sh @@ -48,9 +48,9 @@ function update_script() { msg_ok "Updated successfully!" fi else - msg_info "Old Installation Found, you need to migrate your data and recreate to a new container" - msg_info "Please follow the instructions on the Actual Budget website to migrate your data" - msg_info "https://actualbudget.org/docs/backup-restore/backup" + msg_warn "Old Installation Found, you need to migrate your data and recreate to a new container" + msg_warn "Please follow the instructions on the Actual Budget website to migrate your data" + msg_warn "https://actualbudget.org/docs/backup-restore/backup" exit fi exit