summaryrefslogtreecommitdiffstats
path: root/satellit_upgrader
diff options
context:
space:
mode:
authorChristian Rößler2018-04-13 17:33:30 +0200
committerChristian Rößler2018-04-13 17:33:30 +0200
commit28f571452e9e6a3b45e7fea3b02cfd0a4a190a98 (patch)
tree6974777340620b16a9280b770ceaae941b409e4b /satellit_upgrader
parent[SSPS] Installer now writes version string, some more stuff (diff)
downloadsetup-scripts-28f571452e9e6a3b45e7fea3b02cfd0a4a190a98.tar.gz
setup-scripts-28f571452e9e6a3b45e7fea3b02cfd0a4a190a98.tar.xz
setup-scripts-28f571452e9e6a3b45e7fea3b02cfd0a4a190a98.zip
[SSUS] Update script revert to Major no higher than 8
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 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