diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-26 01:36:29 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-26 01:36:29 +0200 |
commit | 7d8abcf398da4a56d25974c1964655b0186961ab (patch) | |
tree | 0df1810edd52a63c8a62332f78e55521b21f78d7 | |
parent | f82aa51adf4ea5317ef37669319bc9651692e738 (diff) | |
download | jenkins.debian.net-7d8abcf398da4a56d25974c1964655b0186961ab.tar.xz |
g-i-i: fix noisy typo
-rwxr-xr-x | bin/g-i-installation.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index ba724f39..d7dd2d8f 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -1087,7 +1087,7 @@ save_logs() { *) ;; esac sudo umount -l $SYSTEM_MNT || ( echo "Warning: cannot un-mount $SYSTEM_MNT" ; figlet "fail" ) - set -x + set +x } trap cleanup_all INT TERM EXIT |