From: Christian Heller Date: Tue, 6 May 2025 00:05:22 +0000 (+0200) Subject: Fix. X-Git-Url: https://plomlompom.com/repos/add_task?a=commitdiff_plain;h=aeb613a082c5b01447bfa268f416f9d30ed39091;p=config Fix. --- diff --git a/trixie/scripts/from_older_upgrade.sh b/trixie/scripts/from_older_upgrade.sh index 6a7fc73..fb55105 100755 --- a/trixie/scripts/from_older_upgrade.sh +++ b/trixie/scripts/from_older_upgrade.sh @@ -12,7 +12,7 @@ cd $(dirname "$0") prefixed_msg_init 'from_older_upgrade.sh' MSG_ALLOWED_INSTALLATION_TYPES='either "server" or "desktop"' -expect_n_args 1 1 "INSTALLATION_TYPE (${MSG_ALLOWED_INSTALLATION_TYPES})" +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