From: Michael Prokop Date: Sat, 18 Nov 2006 09:27:06 +0000 (+0100) Subject: add additional empty line before prompting for OK X-Git-Tag: 0.4~3 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=a6faf48e74ad73eb4a632ee5706c92f48328c38c add additional empty line before prompting for OK --- diff --git a/grml-debootstrap b/grml-debootstrap index 16955cb..b6c621c 100644 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -87,6 +87,7 @@ echo " case "$MNTPOINT" in "$TARGET") ;; *) echo " Mount-point: $MNTPOINT" ;; esac [ -n "$GRUB" ] && echo " Install grub to: $GROOT / $GRUB" 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