From 9b490a5e33e1ab683e18c956de4b6af5ffa0c905 Mon Sep 17 00:00:00 2001 From: josch Date: Tue, 18 Oct 2011 15:25:46 +0200 Subject: [PATCH] add hint about existing root directory --- polystrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polystrap.sh b/polystrap.sh index 6de09c5..11d567e 100755 --- a/polystrap.sh +++ b/polystrap.sh @@ -93,7 +93,7 @@ echo "I: pkgs: $PACKAGES" echo "I: --------------------------" [ -e "$ROOTDIR.tar" ] && { echo "tarball still exists" >&2; exit 1; } -[ -e "$ROOTDIR" ] && { echo "root directory still exists" >&2; exit 1; } +[ -e "$ROOTDIR" ] && { echo "root directory $ROOTDIR still exists" >&2; exit 1; } # create multistrap.conf echo "I: create multistrap.conf"