summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-23 19:23:13 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-23 20:18:23 +0200
commitad0b6169f8ac8563fea76f9a402a4ea34773a2ba (patch)
treeda1aee7e57ed280e88dd09bc415b522ab3dc0c11
parent8af30e1bddc665b34f8df011883cd07555aa6b0b (diff)
downloadjenkins.debian.net-ad0b6169f8ac8563fea76f9a402a4ea34773a2ba.tar.xz
g-i-installation: fix trivial typing preventing proper testing of (edu) main-servers
-rwxr-xr-xbin/g-i-installation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index 0dcfabfa..2f0b8be2 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -613,7 +613,7 @@ post_install_boot() {
*) ;;
esac
;;
- debian-edu*-main-server) case $TOKEN in
+ debian-edu*main-server) case $TOKEN in
# debian-edu installations report error found during installation, go forward, in text mode
0500) $EDUTESTMODE && do_and_report key tab
;;