summaryrefslogtreecommitdiffstats
path: root/satellit_upgrader
diff options
context:
space:
mode:
authorChristian Rößler2018-04-13 16:38:00 +0200
committerChristian Rößler2018-04-13 16:38:00 +0200
commitb5d4ebbeee15d8c25206fa07816c1b4216fc775e (patch)
tree53028ebc37aa0705e2db2f3d5e9b4b68fa27c9f4 /satellit_upgrader
parent[SSPS] No more atftpd, now tftpd-hpa gets installed (diff)
downloadsetup-scripts-b5d4ebbeee15d8c25206fa07816c1b4216fc775e.tar.gz
setup-scripts-b5d4ebbeee15d8c25206fa07816c1b4216fc775e.tar.xz
setup-scripts-b5d4ebbeee15d8c25206fa07816c1b4216fc775e.zip
[SSUS] updater.template.sh: Check for major version (Deb.) accepts 9
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 95de6f0..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 ]; then
+if [ "${MAJOR}" -gt 999999999
echo "This Version of the bwLehrpool Satellite Server is too new!"
exit 1
fi