diff options
-rwxr-xr-x | bin/chroot-installation.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index 212186dd..11a27da5 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -51,9 +51,6 @@ cleanup_all() { execute_ctmpfile() { set -x chmod +x $CTMPFILE - echo "debug start" - cat $CTMPFILE - echo "debug end" #sudo chroot $CHROOT_TARGET $TMPFILE set -o pipefail # see eg http://petereisentraut.blogspot.com/2010/11/pipefail.html if ! $(sudo chroot $CHROOT_TARGET $TMPFILE 2>&1 | tee $TMPLOG) ; then |