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