summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
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
}