diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-18 16:44:11 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-18 16:44:11 +0100 |
commit | e7c31f2df2847f4cfb93be133bb5ca625f75e30b (patch) | |
tree | 42d6f0065d11b1de279b62667b57170a4f6d2e12 /bin | |
parent | 603f8b0b63d2fccc5eaad03367af40608032d3ae (diff) | |
download | jenkins.debian.net-e7c31f2df2847f4cfb93be133bb5ca625f75e30b.tar.xz |
0 is not a good result indeed
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 f0e724f7..ee8c4729 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+1 + let TRIGGER_NR=NR+2 echo $TRIGGER_NR fi fi |