From 0a80e21e43631342b906aba5e4fed2f0b5ec4b1e Mon Sep 17 00:00:00 2001 From: Christian Rößler Date: Fri, 13 Apr 2018 17:39:36 +0200 Subject: Revert "[SSUS] updater.template.sh: Check for major version (Deb.) accepts 9" This reverts commit b5d4ebbeee15d8c25206fa07816c1b4216fc775e. --- 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 041eca8..95de6f0 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 999999999 +if [ "${MAJOR}" -gt 8 ]; then echo "This Version of the bwLehrpool Satellite Server is too new!" exit 1 fi -- cgit v1.2.3-55-g7522