summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-12-18 16:44:11 +0100
committerHolger Levsen <holger@layer-acht.org>2012-12-18 16:44:11 +0100
commite7c31f2df2847f4cfb93be133bb5ca625f75e30b (patch)
tree42d6f0065d11b1de279b62667b57170a4f6d2e12 /bin
parent603f8b0b63d2fccc5eaad03367af40608032d3ae (diff)
downloadjenkins.debian.net-e7c31f2df2847f4cfb93be133bb5ca625f75e30b.tar.xz
0 is not a good result indeed
Diffstat (limited to 'bin')
-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 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