summaryrefslogtreecommitdiffstats
path: root/satellit_upgrader
diff options
context:
space:
mode:
authorChristian Rößler2018-04-13 17:39:14 +0200
committerChristian Rößler2018-04-13 17:39:14 +0200
commit4e172461769a8ea881397b16ca8ca5c75bafc94a (patch)
treef0f7def80ade5469fccc4d20be6778d558fb359a /satellit_upgrader
parent[SSUS] Update script revert to Major no higher than 8 (diff)
downloadsetup-scripts-4e172461769a8ea881397b16ca8ca5c75bafc94a.tar.gz
setup-scripts-4e172461769a8ea881397b16ca8ca5c75bafc94a.tar.xz
setup-scripts-4e172461769a8ea881397b16ca8ca5c75bafc94a.zip
Revert "[SSUS] Update script revert to Major no higher than 8"
This reverts commit 28f571452e9e6a3b45e7fea3b02cfd0a4a190a98.
Diffstat (limited to 'satellit_upgrader')
-rw-r--r--satellit_upgrader/updater.template.sh2
1 files changed, 1 insertions, 1 deletions
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