From 2171a875fd76ba458de988a5c02bf53447e92211 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 25 Feb 2015 20:32:10 +0100 Subject: more debug --- bin/chroot-installation.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/chroot-installation.sh') diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index 11a27da5..212186dd 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -51,6 +51,9 @@ 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 -- cgit v1.2.3-54-g00ecf