From: Michael Prokop Date: Mon, 23 Apr 2007 08:19:12 +0000 (+0200) Subject: Fix formating of configuration check message X-Git-Tag: 0.9~12 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=47f9c57b88fbef7d0abdfce2962b20bca9bd1a04 Fix formating of configuration check message --- diff --git a/grml-debootstrap b/grml-debootstrap index 7244fbb..277c3ac 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -227,12 +227,12 @@ if [ -n "$AUTOINSTALL" ] ; then fi else # if not running automatic installation display configuration and prompt for execution: einfo "$0 - Please recheck configuration before execution:" - echo " - Target: $TARGET" + echo + echo " Target: $TARGET" case "$MNTPOINT" in "$TARGET") ;; *) echo " Mount-point: $MNTPOINT" ;; esac [ -n "$GRUB" ] && echo " Install grub to: $GROOT / $GRUB" [ -n "$MIRROR" ] && echo " Using mirror: $MIRROR" - case "$MNTPOINT" in "$TARGET") ;; *) echo " Important! Continuing will delete all data from ${TARGET}!" ;; esac + case "$MNTPOINT" in "$TARGET") ;; *) echo " Important! Continuing will delete all data from ${TARGET}!" ;; esac echo einfon "Is this ok for you? [y/N] " read a