From 9bc3f540381cd2702709a52acae3a90e70f23746 Mon Sep 17 00:00:00 2001 From: Steffen Ritter Date: Fri, 22 Dec 2023 15:39:29 +0100 Subject: Try to harmonize wording + fix some typos en: satellite server de: Satellitenserver --- satellit_upgrader/updater.template.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'satellit_upgrader/updater.template.sh') diff --git a/satellit_upgrader/updater.template.sh b/satellit_upgrader/updater.template.sh index 31e7cc6..85066dd 100644 --- a/satellit_upgrader/updater.template.sh +++ b/satellit_upgrader/updater.template.sh @@ -4,7 +4,7 @@ [ "x$1" != "x--exec-self" ] && exec /bin/bash "$0" --exec-self "$@" if [ ! -d "/opt/dmsd" ] && [ ! -d "/srv/openslx/www/slx-admin" ]; then - echo "This system doesn't look like a bwLehrpool Satellite Server" + echo "This system doesn't look like a bwLehrpool satellite server" echo "(Or this updater is really old)" exit 1 fi @@ -53,13 +53,13 @@ if [[ "$(uname -m)" == i?86 ]]; then fi if (( MAJOR < 9 )); then - echo "This Version of the bwLehrpool Satellite Server is too old!" + echo "This Version of the bwLehrpool satellite server is too old!" echo "Back up your existing configuration via slx-admin and import it into a" echo "fresh install, or manually dist-upgrade this server." exit 1 fi if (( MAJOR > 12 )); then - echo "This Version of the bwLehrpool Satellite Server is too new!" + echo "This Version of the bwLehrpool satellite server is too new!" exit 1 fi if (( MAJOR == 9 )); then @@ -262,7 +262,7 @@ daemon_reload= if [ -n "$TGZ_SLXADMIN" ]; then declare -rg CURRENT_WEBIF_VERSION="$( < "${PATH_SLXADMIN}/version" tail -n 1 )" # Print state of affairs - echo "bwLehrpool Satellite Server Update" + echo "bwLehrpool satellite server update" echo -n "Currently installed version: " sed -r 's/([0-9]{4})([0-9]{3})([0-9]{2})/\1-\2-\3/' <<<"$CURRENT_WEBIF_VERSION" echo -n "This update package: " @@ -940,7 +940,7 @@ for i in /opt/openslx/restore.d/*/init.sh; do done # Patch the update version in /etc/motd -sed -r -i 's/(bwLehrpool Satelliten-Server, Version[^[(*]*)\s*([[(]Update.*[])])?\s*/\1 [Update: '"${SLXADMIN_FOOTER}"'] /g' /etc/motd +sed -r -i 's/(bwLehrpool Satelliten[-sS]*erver, Version[^[(*]*)\s*([[(]Update.*[])])?\s*/\1 [Update: '"${SLXADMIN_FOOTER}"'] /g' /etc/motd echo "" echo "Update complete. This update needs a reboot to be working as intended. Please do so now." -- cgit v1.2.3-55-g7522