diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-19 01:24:27 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-19 01:24:27 +0100 |
commit | 6062a1d8c66f5f726ab5aecc7cce3b8e1dcc8de4 (patch) | |
tree | 8b9b7a8e9f2ecf54c2c29d2f093dda69a30f9ede | |
parent | a208afc3b78d3d0be153918c7d618fe7de981cf4 (diff) | |
download | jenkins.debian.net-6062a1d8c66f5f726ab5aecc7cce3b8e1dcc8de4.tar.xz |
be less verbose now
-rwxr-xr-x | bin/g-i-installation.sh | 2 |
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 } |