diff options
author | Holger Levsen <holger@layer-acht.org> | 2013-02-05 00:43:00 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2013-02-05 00:43:00 +0100 |
commit | ad851d3aaff16c5ac54a7ad7635e6900dde7c893 (patch) | |
tree | 8e43fd2e3634d7246e0b49d6ca32ccb6f50361ce | |
parent | 560ac3269ae626d455c61407678894582f42e22d (diff) | |
download | jenkins.debian.net-ad851d3aaff16c5ac54a7ad7635e6900dde7c893.tar.xz |
debian-edu installations report error found during installation, go forward
-rwxr-xr-x | bin/g-i-installation.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index d16fbc12..a3ea0b9d 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -489,6 +489,13 @@ normal_action() { *) ;; esac ;; + debian-edu*) case $TOKEN in + # debian-edu installations report error found during installation, go forward + 40) do_and_report key enter + ;; + *) ;; + esac + ;; *) ;; esac } |