From: Christian Heller <c.heller@plomlompom.de>
Date: Tue, 6 May 2025 00:04:26 +0000 (+0200)
Subject: Fix.
X-Git-Url: https://plomlompom.com/repos/%22https:/validator.w3.org/static/task?a=commitdiff_plain;h=db4bf67a32bcea0817e4883ca4634d95d5c56b8e;p=config

Fix.
---

diff --git a/trixie/scripts/from_older_upgrade.sh b/trixie/scripts/from_older_upgrade.sh
index 2256d35..6a7fc73 100755
--- a/trixie/scripts/from_older_upgrade.sh
+++ b/trixie/scripts/from_older_upgrade.sh
@@ -10,13 +10,15 @@ cd $(dirname "$0")
 . lib/prefixed_msg
 
 prefixed_msg_init 'from_older_upgrade.sh'
-prefixed_msg "starting (upgrading from ${PREV_RELEASE} to ${THIS_RELEASE})"
 
 MSG_ALLOWED_INSTALLATION_TYPES='either "server" or "desktop"'
 expect_n_args 1 1 "INSTALLATION_TYPE (${MSG_ALLOWED_INSTALLATION_TYPES})"
 if [ "$1" != 'server' -a "$1" != 'desktop' ]; then
     abort "illegal argument, must be ${MSG_ALLOWED_INSTALLATION_TYPES}"
 fi
+
+prefixed_msg "starting (upgrading from ${PREV_RELEASE} to ${THIS_RELEASE})"
+
 prefixed_msg 'minimizing installation first so there is less to upgrade'
 INSTALL_TAGS='all minimal keep_if_installed:systemd_resolved'