From 4e172461769a8ea881397b16ca8ca5c75bafc94a Mon Sep 17 00:00:00 2001 From: Christian Rößler Date: Fri, 13 Apr 2018 17:39:14 +0200 Subject: Revert "[SSUS] Update script revert to Major no higher than 8" This reverts commit 28f571452e9e6a3b45e7fea3b02cfd0a4a190a98. --- 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 7faf404..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 +if [ "${MAJOR}" -gt 999999999 echo "This Version of the bwLehrpool Satellite Server is too new!" exit 1 fi -- cgit v1.2.3-55-g7522