summaryrefslogtreecommitdiffstats
path: root/satellit_upgrader
diff options
context:
space:
mode:
authorChristian Rößler2018-04-13 17:39:36 +0200
committerChristian Rößler2018-04-13 17:39:36 +0200
commit0a80e21e43631342b906aba5e4fed2f0b5ec4b1e (patch)
treea05f9075982e859d53e18338d8b03bb920967125 /satellit_upgrader
parentRevert "[SSUS] Update script revert to Major no higher than 8" (diff)
downloadsetup-scripts-0a80e21e43631342b906aba5e4fed2f0b5ec4b1e.tar.gz
setup-scripts-0a80e21e43631342b906aba5e4fed2f0b5ec4b1e.tar.xz
setup-scripts-0a80e21e43631342b906aba5e4fed2f0b5ec4b1e.zip
Revert "[SSUS] updater.template.sh: Check for major version (Deb.) accepts 9"
This reverts commit b5d4ebbeee15d8c25206fa07816c1b4216fc775e.
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..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