summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2023-06-15 12:25:40 +0200
committerSimon Rettberg2023-06-15 12:25:40 +0200
commitc3ba1ae2a720144a2a6357fc169f7a4b50f78799 (patch)
tree87fba3776736c9911ce2a300ca0582872da01b92
parent[SSPS] ldadp: Run proxy as ldadp user (diff)
downloadsetup-scripts-c3ba1ae2a720144a2a6357fc169f7a4b50f78799.tar.gz
setup-scripts-c3ba1ae2a720144a2a6357fc169f7a4b50f78799.tar.xz
setup-scripts-c3ba1ae2a720144a2a6357fc169f7a4b50f78799.zip
[SSUS] Update old sat warning
-rw-r--r--satellit_upgrader/updater.template.sh13
1 files 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