summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-12-19 01:24:27 +0100
committerHolger Levsen <holger@layer-acht.org>2012-12-19 01:24:27 +0100
commit6062a1d8c66f5f726ab5aecc7cce3b8e1dcc8de4 (patch)
tree8b9b7a8e9f2ecf54c2c29d2f093dda69a30f9ede /bin
parenta208afc3b78d3d0be153918c7d618fe7de981cf4 (diff)
downloadjenkins.debian.net-6062a1d8c66f5f726ab5aecc7cce3b8e1dcc8de4.tar.xz
be less verbose now
Diffstat (limited to 'bin')
-rwxr-xr-xbin/g-i-installation.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index 994533a2..9e542482 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -183,7 +183,6 @@ do_and_report() {
rescue_action() {
# boot in rescue mode
if [ $TRIGGER_NR -ne 0 ] ; then
- set -x
let MY_NR=NR-TRIGGER_NR
TOKEN=$(printf "%03d" $MY_NR)
case $TOKEN in
@@ -209,7 +208,6 @@ rescue_action() {
;;
*) ;;
esac
- set +x
fi
}