From c3ba1ae2a720144a2a6357fc169f7a4b50f78799 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 15 Jun 2023 12:25:40 +0200 Subject: [SSUS] Update old sat warning --- satellit_upgrader/updater.template.sh | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/satellit_upgrader/updater.template.sh b/satellit_upgrader/updater.template.sh index 4fad8c6..13be0b7 100644 --- a/satellit_upgrader/updater.template.sh +++ b/satellit_upgrader/updater.template.sh @@ -52,9 +52,9 @@ if (( MAJOR > 11 )); then exit 1 fi if (( MAJOR == 9 )); then - echo "This server is still running Debian ${MAJOR}. Debian ${MAJOR} will not receive any" - echo "security patches after 2022-06-20. It is strongly recommended to upgrade" - echo "to Debian 11 before installing this bwLehrpool server update," + echo "This server is still running Debian ${MAJOR}. Debian ${MAJOR} does not receive any" + echo "security patches since 2022-06-20. It is strongly recommended to upgrade" + echo "to Debian 12 before installing this bwLehrpool server update," echo "either by doing a dist-upgrade, or by backing up the configuration and" echo "importing it into a freshly installed server." if [ -z "$FORCE" ]; then @@ -63,7 +63,12 @@ if (( MAJOR == 9 )); then echo "line option, i.e. $0 --update --force" exit 1 fi - sleep 2 + echo -n "About to begin update.." + for _ in x x x x x x; do + sleep 1 + echo -n . + done + echo . fi unset TMPDIR -- cgit v1.2.3-55-g7522