From 211fc205f55af72bf587eca1a99b085c2e62d931 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 20 Jul 2014 14:54:04 +0200 Subject: chroot-run.sh: be verbose about the amount of time we sleep --- bin/chroot-run.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/chroot-run.sh b/bin/chroot-run.sh index cac853bc..a1388c6f 100755 --- a/bin/chroot-run.sh +++ b/bin/chroot-run.sh @@ -48,8 +48,9 @@ bootstrap() { echo "Bootstraping $DISTRO into $CHROOT_TARGET now." if ! sudo debootstrap $DISTRO $CHROOT_TARGET $MIRROR; then - echo "debootstrap failed, slowing down" - sleep 1800 + SLEEPTIME=1800 + echo "debootstrap failed, slowing down, sleeping $SLEEPTIME now..." + sleep $SLEEPTIME exit 1 fi -- cgit v1.2.3-70-g09d2