diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-18 20:25:50 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-18 20:25:50 +0100 |
commit | ab32abfbd215251e1da9a8c53d0bc6de87156c91 (patch) | |
tree | 72a9b5822a04395a761db5d909cd45096f8393cb /bin | |
parent | f821a22de352dee40bbc8c9e31a82dcb3ff35ea6 (diff) | |
download | jenkins.debian.net-ab32abfbd215251e1da9a8c53d0bc6de87156c91.tar.xz |
fixup
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/g-i-installation.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 7e1a8e6e..2dadde1b 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -293,7 +293,7 @@ monitor_system() { break else TRIGGERED="true" - let TRIGGER_NR=NR+2 + let TRIGGER_NR=NR-1 echo $TRIGGER_NR fi fi |