From 0604d04a74d8d94d928d41adfe56111eca13abd0 Mon Sep 17 00:00:00 2001 From: josch Date: Tue, 18 Oct 2011 16:51:27 +0200 Subject: [PATCH] add hint about existing tarball --- polystrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polystrap.sh b/polystrap.sh index 9216481..81081a9 100755 --- a/polystrap.sh +++ b/polystrap.sh @@ -94,7 +94,7 @@ echo "I: mirror: $MIRROR" echo "I: pkgs: $PACKAGES" echo "I: --------------------------" -[ -e "$ROOTDIR.tar" ] && { echo "tarball still exists" >&2; exit 1; } +[ -e "$ROOTDIR.tar" ] && { echo "tarball $ROOTDIR.tar still exists" >&2; exit 1; } [ -e "$ROOTDIR" ] && { echo "root directory $ROOTDIR still exists" >&2; exit 1; } # create multistrap.conf