diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-28 12:57:38 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-28 12:57:38 +0100 |
commit | 52624559c4b1bd644c391e1ee268a12530862260 (patch) | |
tree | 488aa289bd6c169a3320e0b34762147dbd3124b8 | |
parent | e2d363563491af65db11069206e6d3792ece0e15 (diff) | |
download | jenkins.debian.net-52624559c4b1bd644c391e1ee268a12530862260.tar.xz |
less debugging
-rwxr-xr-x | bin/g-i-installation.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 3c8cc7d2..39eebc45 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -438,7 +438,6 @@ monitor_system() { let NR=NR+1 sleep 2 done - set -x if [ $NR -eq $MAX_RUNS ] ; then echo "Warning: running for 6h, forceing termination." fi |