From b5d4ebbeee15d8c25206fa07816c1b4216fc775e Mon Sep 17 00:00:00 2001 From: Christian Rößler Date: Fri, 13 Apr 2018 16:38:00 +0200 Subject: [SSUS] updater.template.sh: Check for major version (Deb.) accepts 9 --- satellit_upgrader/updater.template.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'satellit_upgrader') diff --git a/satellit_upgrader/updater.template.sh b/satellit_upgrader/updater.template.sh index 95de6f0..041eca8 100644 --- a/satellit_upgrader/updater.template.sh +++ b/satellit_upgrader/updater.template.sh @@ -20,7 +20,7 @@ if [ "${MAJOR}" -lt 8 ]; then echo "This Version of the bwLehrpool Satellite Server is too old!" exit 1 fi -if [ "${MAJOR}" -gt 8 ]; then +if [ "${MAJOR}" -gt 999999999 echo "This Version of the bwLehrpool Satellite Server is too new!" exit 1 fi -- cgit v1.2.3-55-g7522